Shades of Citrus #ADAA04
Tints of Citrus #ADAA04
RGB
CMYK
RGB Variations
Color information
#ADAA04 (or 0xADAA04) is known color: Citrus. HEX triplet: AD, AA and 04. RGB value is (173,170,4). Sum of RGB (Red+Green+Blue) = 173+170+4=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAA04 is #5255FB. Grayscale: #989898. Windows color (decimal): -5395964 or 305837. OLE color: 305837.
HSL color Cylindrical-coordinate representation of color #ADAA04: hue angle of 58.93º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADAA04 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 4 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.32 |
| HSL | 58.93º | 0.95% | 0.35% | - |
| HSV(B) | 58.93º | 0.98% | 0.68% | - |
| XYZ | 31.63 | 37.64 | 5.71 | - |
| YUV | 151.97 | 44.49 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 4 | 0 | 0.02 | 0.98 | 0.32 | 58.93 | 0.95 | 0.35 |
| Hex | AD | AA | 4 | 0 | 2 | 62 | 20 | 3B | 5F | 23 |
| Octal | 255 | 252 | 4 | 0 | 2 | 142 | 40 | 73 | 137 | 43 |
| Binary | 10101101 | 10101010 | 100 | 0 | 10 | 1100010 | 100000 | 111011 | 1011111 | 100011 |
Color Harmonies of #ADAA04
Complementary color
Monochromatic Colors of #ADAA04
Black with #ADAA04
Text Example
Text Example
White with #ADAA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA04; }
p { color: rgb(173,170,4); }
H1.HeaderClassName
{
color: #ADAA04;
}
.AnyTagClassName
{
color: #ADAA04;
}
</style>
background-color css
<style>
a { background-color: #ADAA04; }
a { background-color: rgb(173,170,4); }
div.DivClassName
{
background-color: #ADAA04;
}
.BgClassName
{
background-color: #ADAA04;
}
</style>
border-color css
<style>
span { border-color: #ADAA04; }
span { border-color: rgb(173,170,4); }
td.TdClassName
{
border-color: #ADAA04;
}
.TagClassName
{
border-color: #ADAA04;
}
</style>