Shades of Citrus #ADAC0A
Tints of Citrus #ADAC0A
RGB
CMYK
RGB Variations
Color information
#ADAC0A (or 0xADAC0A) is known color: Citrus. HEX triplet: AD, AC and 0A. RGB value is (173,172,10). Sum of RGB (Red+Green+Blue) = 173+172+10=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAC0A is #5253F5. Grayscale: #9A9A9A. Windows color (decimal): -5395446 or 699565. OLE color: 699565.
HSL color Cylindrical-coordinate representation of color #ADAC0A: hue angle of 59.63º degrees, saturation: 0.89, 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 #ADAC0A is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 10 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.32 |
| HSL | 59.63º | 0.89% | 0.36% | - |
| HSV(B) | 59.63º | 0.94% | 0.68% | - |
| XYZ | 32.04 | 38.41 | 6.01 | - |
| YUV | 153.83 | 46.83 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 10 | 0 | 0.01 | 0.94 | 0.32 | 59.63 | 0.89 | 0.36 |
| Hex | AD | AC | A | 0 | 1 | 5E | 20 | 3C | 59 | 24 |
| Octal | 255 | 254 | 12 | 0 | 1 | 136 | 40 | 74 | 131 | 44 |
| Binary | 10101101 | 10101100 | 1010 | 0 | 1 | 1011110 | 100000 | 111100 | 1011001 | 100100 |
Color Harmonies of #ADAC0A
Complementary color
Monochromatic Colors of #ADAC0A
Black with #ADAC0A
Text Example
Text Example
White with #ADAC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC0A; }
p { color: rgb(173,172,10); }
H1.HeaderClassName
{
color: #ADAC0A;
}
.AnyTagClassName
{
color: #ADAC0A;
}
</style>
background-color css
<style>
a { background-color: #ADAC0A; }
a { background-color: rgb(173,172,10); }
div.DivClassName
{
background-color: #ADAC0A;
}
.BgClassName
{
background-color: #ADAC0A;
}
</style>
border-color css
<style>
span { border-color: #ADAC0A; }
span { border-color: rgb(173,172,10); }
td.TdClassName
{
border-color: #ADAC0A;
}
.TagClassName
{
border-color: #ADAC0A;
}
</style>