Shades of Citrus #ADAA0C
Tints of Citrus #ADAA0C
RGB
CMYK
RGB Variations
Color information
#ADAA0C (or 0xADAA0C) is known color: Citrus. HEX triplet: AD, AA and 0C. RGB value is (173,170,12). Sum of RGB (Red+Green+Blue) = 173+170+12=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAA0C is #5255F3. Grayscale: #999999. Windows color (decimal): -5395956 or 830125. OLE color: 830125.
HSL color Cylindrical-coordinate representation of color #ADAA0C: hue angle of 58.88º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADAA0C is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 12 | - |
| CMYK | 0 | 0.02 | 0.93 | 0.32 |
| HSL | 58.88º | 0.87% | 0.36% | - |
| HSV(B) | 58.88º | 0.93% | 0.68% | - |
| XYZ | 31.67 | 37.66 | 5.95 | - |
| YUV | 152.89 | 48.49 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 12 | 0 | 0.02 | 0.93 | 0.32 | 58.88 | 0.87 | 0.36 |
| Hex | AD | AA | C | 0 | 2 | 5D | 20 | 3B | 57 | 24 |
| Octal | 255 | 252 | 14 | 0 | 2 | 135 | 40 | 73 | 127 | 44 |
| Binary | 10101101 | 10101010 | 1100 | 0 | 10 | 1011101 | 100000 | 111011 | 1010111 | 100100 |
Color Harmonies of #ADAA0C
Complementary color
Monochromatic Colors of #ADAA0C
Black with #ADAA0C
Text Example
Text Example
White with #ADAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA0C; }
p { color: rgb(173,170,12); }
H1.HeaderClassName
{
color: #ADAA0C;
}
.AnyTagClassName
{
color: #ADAA0C;
}
</style>
background-color css
<style>
a { background-color: #ADAA0C; }
a { background-color: rgb(173,170,12); }
div.DivClassName
{
background-color: #ADAA0C;
}
.BgClassName
{
background-color: #ADAA0C;
}
</style>
border-color css
<style>
span { border-color: #ADAA0C; }
span { border-color: rgb(173,170,12); }
td.TdClassName
{
border-color: #ADAA0C;
}
.TagClassName
{
border-color: #ADAA0C;
}
</style>