Shades of Citrus #A0AA09
Tints of Citrus #A0AA09
RGB
CMYK
RGB Variations
Color information
#A0AA09 (or 0xA0AA09) is known color: Citrus. HEX triplet: A0, AA and 09. RGB value is (160,170,9). Sum of RGB (Red+Green+Blue) = 160+170+9=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 9 (3.91% from 255 or 2.65% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AA09 is #5F55F6. Grayscale: #959595. Windows color (decimal): -6247927 or 633504. OLE color: 633504.
HSL color Cylindrical-coordinate representation of color #A0AA09: hue angle of 63.73º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0AA09 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 9 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.33 |
| HSL | 63.73º | 0.9% | 0.35% | - |
| HSV(B) | 63.73º | 0.95% | 0.67% | - |
| XYZ | 28.92 | 36.24 | 5.73 | - |
| YUV | 148.66 | 49.19 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 9 | 0.06 | 0 | 0.95 | 0.33 | 63.73 | 0.9 | 0.35 |
| Hex | A0 | AA | 9 | 6 | 0 | 5F | 21 | 40 | 5A | 23 |
| Octal | 240 | 252 | 11 | 6 | 0 | 137 | 41 | 100 | 132 | 43 |
| Binary | 10100000 | 10101010 | 1001 | 110 | 0 | 1011111 | 100001 | 1000000 | 1011010 | 100011 |
Color Harmonies of #A0AA09
Complementary color
Monochromatic Colors of #A0AA09
Black with #A0AA09
Text Example
Text Example
White with #A0AA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA09; }
p { color: rgb(160,170,9); }
H1.HeaderClassName
{
color: #A0AA09;
}
.AnyTagClassName
{
color: #A0AA09;
}
</style>
background-color css
<style>
a { background-color: #A0AA09; }
a { background-color: rgb(160,170,9); }
div.DivClassName
{
background-color: #A0AA09;
}
.BgClassName
{
background-color: #A0AA09;
}
</style>
border-color css
<style>
span { border-color: #A0AA09; }
span { border-color: rgb(160,170,9); }
td.TdClassName
{
border-color: #A0AA09;
}
.TagClassName
{
border-color: #A0AA09;
}
</style>