Shades of Citrus #A0AA11
Tints of Citrus #A0AA11
RGB
CMYK
RGB Variations
Color information
#A0AA11 (or 0xA0AA11) is known color: Citrus. HEX triplet: A0, AA and 11. RGB value is (160,170,17). Sum of RGB (Red+Green+Blue) = 160+170+17=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AA11 is #5F55EE. Grayscale: #969696. Windows color (decimal): -6247919 or 1157792. OLE color: 1157792.
HSL color Cylindrical-coordinate representation of color #A0AA11: hue angle of 63.92º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0AA11 is Cyan = 0.06, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 17 | - |
| CMYK | 0.06 | 0 | 0.9 | 0.33 |
| HSL | 63.92º | 0.82% | 0.37% | - |
| HSV(B) | 63.92º | 0.9% | 0.67% | - |
| XYZ | 28.97 | 36.26 | 6 | - |
| YUV | 149.57 | 53.19 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 17 | 0.06 | 0 | 0.9 | 0.33 | 63.92 | 0.82 | 0.37 |
| Hex | A0 | AA | 11 | 6 | 0 | 5A | 21 | 40 | 52 | 25 |
| Octal | 240 | 252 | 21 | 6 | 0 | 132 | 41 | 100 | 122 | 45 |
| Binary | 10100000 | 10101010 | 10001 | 110 | 0 | 1011010 | 100001 | 1000000 | 1010010 | 100101 |
Color Harmonies of #A0AA11
Complementary color
Monochromatic Colors of #A0AA11
Black with #A0AA11
Text Example
Text Example
White with #A0AA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA11; }
p { color: rgb(160,170,17); }
H1.HeaderClassName
{
color: #A0AA11;
}
.AnyTagClassName
{
color: #A0AA11;
}
</style>
background-color css
<style>
a { background-color: #A0AA11; }
a { background-color: rgb(160,170,17); }
div.DivClassName
{
background-color: #A0AA11;
}
.BgClassName
{
background-color: #A0AA11;
}
</style>
border-color css
<style>
span { border-color: #A0AA11; }
span { border-color: rgb(160,170,17); }
td.TdClassName
{
border-color: #A0AA11;
}
.TagClassName
{
border-color: #A0AA11;
}
</style>