Shades of Citrus #ADAA0B
Tints of Citrus #ADAA0B
RGB
CMYK
RGB Variations
Color information
#ADAA0B (or 0xADAA0B) is known color: Citrus. HEX triplet: AD, AA and 0B. RGB value is (173,170,11). Sum of RGB (Red+Green+Blue) = 173+170+11=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAA0B is #5255F4. Grayscale: #999999. Windows color (decimal): -5395957 or 764589. OLE color: 764589.
HSL color Cylindrical-coordinate representation of color #ADAA0B: hue angle of 58.89º 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 #ADAA0B is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 11 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.32 |
| HSL | 58.89º | 0.88% | 0.36% | - |
| HSV(B) | 58.89º | 0.94% | 0.68% | - |
| XYZ | 31.67 | 37.66 | 5.92 | - |
| YUV | 152.77 | 47.99 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 11 | 0 | 0.02 | 0.94 | 0.32 | 58.89 | 0.88 | 0.36 |
| Hex | AD | AA | B | 0 | 2 | 5E | 20 | 3B | 58 | 24 |
| Octal | 255 | 252 | 13 | 0 | 2 | 136 | 40 | 73 | 130 | 44 |
| Binary | 10101101 | 10101010 | 1011 | 0 | 10 | 1011110 | 100000 | 111011 | 1011000 | 100100 |
Color Harmonies of #ADAA0B
Complementary color
Monochromatic Colors of #ADAA0B
Black with #ADAA0B
Text Example
Text Example
White with #ADAA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA0B; }
p { color: rgb(173,170,11); }
H1.HeaderClassName
{
color: #ADAA0B;
}
.AnyTagClassName
{
color: #ADAA0B;
}
</style>
background-color css
<style>
a { background-color: #ADAA0B; }
a { background-color: rgb(173,170,11); }
div.DivClassName
{
background-color: #ADAA0B;
}
.BgClassName
{
background-color: #ADAA0B;
}
</style>
border-color css
<style>
span { border-color: #ADAA0B; }
span { border-color: rgb(173,170,11); }
td.TdClassName
{
border-color: #ADAA0B;
}
.TagClassName
{
border-color: #ADAA0B;
}
</style>