Shades of Citrus #ADAA0D
Tints of Citrus #ADAA0D
RGB
CMYK
RGB Variations
Color information
#ADAA0D (or 0xADAA0D) is known color: Citrus. HEX triplet: AD, AA and 0D. RGB value is (173,170,13). Sum of RGB (Red+Green+Blue) = 173+170+13=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAA0D is #5255F2. Grayscale: #999999. Windows color (decimal): -5395955 or 895661. OLE color: 895661.
HSL color Cylindrical-coordinate representation of color #ADAA0D: hue angle of 58.88º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADAA0D is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 13 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.32 |
| HSL | 58.88º | 0.86% | 0.36% | - |
| HSV(B) | 58.88º | 0.92% | 0.68% | - |
| XYZ | 31.68 | 37.66 | 5.98 | - |
| YUV | 153 | 48.99 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 13 | 0 | 0.02 | 0.92 | 0.32 | 58.88 | 0.86 | 0.36 |
| Hex | AD | AA | D | 0 | 2 | 5C | 20 | 3B | 56 | 24 |
| Octal | 255 | 252 | 15 | 0 | 2 | 134 | 40 | 73 | 126 | 44 |
| Binary | 10101101 | 10101010 | 1101 | 0 | 10 | 1011100 | 100000 | 111011 | 1010110 | 100100 |
Color Harmonies of #ADAA0D
Complementary color
Monochromatic Colors of #ADAA0D
Black with #ADAA0D
Text Example
Text Example
White with #ADAA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA0D; }
p { color: rgb(173,170,13); }
H1.HeaderClassName
{
color: #ADAA0D;
}
.AnyTagClassName
{
color: #ADAA0D;
}
</style>
background-color css
<style>
a { background-color: #ADAA0D; }
a { background-color: rgb(173,170,13); }
div.DivClassName
{
background-color: #ADAA0D;
}
.BgClassName
{
background-color: #ADAA0D;
}
</style>
border-color css
<style>
span { border-color: #ADAA0D; }
span { border-color: rgb(173,170,13); }
td.TdClassName
{
border-color: #ADAA0D;
}
.TagClassName
{
border-color: #ADAA0D;
}
</style>