Shades of Citrus #ADAC0B
Tints of Citrus #ADAC0B
RGB
CMYK
RGB Variations
Color information
#ADAC0B (or 0xADAC0B) is known color: Citrus. HEX triplet: AD, AC and 0B. RGB value is (173,172,11). Sum of RGB (Red+Green+Blue) = 173+172+11=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAC0B is #5253F4. Grayscale: #9A9A9A. Windows color (decimal): -5395445 or 765101. OLE color: 765101.
HSL color Cylindrical-coordinate representation of color #ADAC0B: hue angle of 59.63º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADAC0B is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 11 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.32 |
| HSL | 59.63º | 0.88% | 0.36% | - |
| HSV(B) | 59.63º | 0.94% | 0.68% | - |
| XYZ | 32.05 | 38.41 | 6.04 | - |
| YUV | 153.95 | 47.33 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 11 | 0 | 0.01 | 0.94 | 0.32 | 59.63 | 0.88 | 0.36 |
| Hex | AD | AC | B | 0 | 1 | 5E | 20 | 3C | 58 | 24 |
| Octal | 255 | 254 | 13 | 0 | 1 | 136 | 40 | 74 | 130 | 44 |
| Binary | 10101101 | 10101100 | 1011 | 0 | 1 | 1011110 | 100000 | 111100 | 1011000 | 100100 |
Color Harmonies of #ADAC0B
Complementary color
Monochromatic Colors of #ADAC0B
Black with #ADAC0B
Text Example
Text Example
White with #ADAC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC0B; }
p { color: rgb(173,172,11); }
H1.HeaderClassName
{
color: #ADAC0B;
}
.AnyTagClassName
{
color: #ADAC0B;
}
</style>
background-color css
<style>
a { background-color: #ADAC0B; }
a { background-color: rgb(173,172,11); }
div.DivClassName
{
background-color: #ADAC0B;
}
.BgClassName
{
background-color: #ADAC0B;
}
</style>
border-color css
<style>
span { border-color: #ADAC0B; }
span { border-color: rgb(173,172,11); }
td.TdClassName
{
border-color: #ADAC0B;
}
.TagClassName
{
border-color: #ADAC0B;
}
</style>