rgb(173, 179, 18)
- In a RGB color space, hex #adb312 color is composed of 68% red, 70% green, and 7% blue.
- In a CMYK color space, it is consist of 3% cyan, 0% magenta, 90% yellow and 30% black.
- In web design, the web safe color for #adb312 is #CCCC33. The complementary color of #adb312 is #1712b2.
#adb312 Color Conversion
Hex Color #adb312 RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #adb312
-
#adb312
#adb312
-
#1712b2
#1712b2
-
#d6d989
#d6d989
-
#8c89d9
#8c89d9
-
#81860d
#81860d
-
#110d85
#110d85
-
#a0a266
#a0a266
-
#6966a2
#6966a2
Two colors (#adb312,#1712b2) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#adb312
#adb312
-
#d6d989
#d6d989
-
#565909
#565909
-
#eaebc4
#eaebc4
-
#81860d
#81860d
-
#a0a266
#a0a266
-
#404206
#404206
-
#afb093
#afb093
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #adb312
-
#adb312
#adb312
-
#9CA110
#9CA110
-
#8A8F0E
#8A8F0E
-
#797D0D
#797D0D
-
#686B0B
#686B0B
-
#575A09
#575A09
-
#454807
#454807
-
#343605
#343605
-
#232404
#232404
-
#111202
#111202
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#adb312
#adb312
-
#B5BB2A
#B5BB2A
-
#BDC241
#BDC241
-
#C6CA59
#C6CA59
-
#CED171
#CED171
-
#D6D989
#D6D989
-
#DEE1A0
#DEE1A0
-
#E6E8B8
#E6E8B8
-
#EFF0D0
#EFF0D0
-
#F7F7E7
#F7F7E7
-
#FDFDF8
#FDFDF8
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#adb312 Color Preview on Black Background
#adb312 Color Preview on White Background
<span style="color:#adb312;">Text here</span>
#adb312 Background Color
#adb312 Background Color
<p style="background-color:#adb312;">Text here</p>
#adb312 Border Color
<div style="border:1px solid #adb312;">Text here</div>
<style>.text {color:#adb312;}
.background {background-color:#adb312;}
.border {border:1px solid #adb312;}</style>