Shades of Citrus #ADAA07
Tints of Citrus #ADAA07
RGB
CMYK
RGB Variations
Color information
#ADAA07 (or 0xADAA07) is known color: Citrus. HEX triplet: AD, AA and 07. RGB value is (173,170,7). Sum of RGB (Red+Green+Blue) = 173+170+7=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 7 (3.12% from 255 or 2% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAA07 is #5255F8. Grayscale: #989898. Windows color (decimal): -5395961 or 502445. OLE color: 502445.
HSL color Cylindrical-coordinate representation of color #ADAA07: hue angle of 58.92º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADAA07 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 7 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.32 |
| HSL | 58.92º | 0.92% | 0.35% | - |
| HSV(B) | 58.92º | 0.96% | 0.68% | - |
| XYZ | 31.65 | 37.65 | 5.8 | - |
| YUV | 152.32 | 45.99 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 7 | 0 | 0.02 | 0.96 | 0.32 | 58.92 | 0.92 | 0.35 |
| Hex | AD | AA | 7 | 0 | 2 | 60 | 20 | 3B | 5C | 23 |
| Octal | 255 | 252 | 7 | 0 | 2 | 140 | 40 | 73 | 134 | 43 |
| Binary | 10101101 | 10101010 | 111 | 0 | 10 | 1100000 | 100000 | 111011 | 1011100 | 100011 |
Color Harmonies of #ADAA07
Complementary color
Monochromatic Colors of #ADAA07
Black with #ADAA07
Text Example
Text Example
White with #ADAA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA07; }
p { color: rgb(173,170,7); }
H1.HeaderClassName
{
color: #ADAA07;
}
.AnyTagClassName
{
color: #ADAA07;
}
</style>
background-color css
<style>
a { background-color: #ADAA07; }
a { background-color: rgb(173,170,7); }
div.DivClassName
{
background-color: #ADAA07;
}
.BgClassName
{
background-color: #ADAA07;
}
</style>
border-color css
<style>
span { border-color: #ADAA07; }
span { border-color: rgb(173,170,7); }
td.TdClassName
{
border-color: #ADAA07;
}
.TagClassName
{
border-color: #ADAA07;
}
</style>