Shades of Citrus #A2AA11
Tints of Citrus #A2AA11
RGB
CMYK
RGB Variations
Color information
#A2AA11 (or 0xA2AA11) is known color: Citrus. HEX triplet: A2, AA and 11. RGB value is (162,170,17). Sum of RGB (Red+Green+Blue) = 162+170+17=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AA11 is #5D55EE. Grayscale: #969696. Windows color (decimal): -6116847 or 1157794. OLE color: 1157794.
HSL color Cylindrical-coordinate representation of color #A2AA11: hue angle of 63.14º 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 #A2AA11 is Cyan = 0.05, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 17 | - |
| CMYK | 0.05 | 0 | 0.9 | 0.33 |
| HSL | 63.14º | 0.82% | 0.37% | - |
| HSV(B) | 63.14º | 0.9% | 0.67% | - |
| XYZ | 29.38 | 36.47 | 6.02 | - |
| YUV | 150.17 | 52.85 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 17 | 0.05 | 0 | 0.9 | 0.33 | 63.14 | 0.82 | 0.37 |
| Hex | A2 | AA | 11 | 5 | 0 | 5A | 21 | 3F | 52 | 25 |
| Octal | 242 | 252 | 21 | 5 | 0 | 132 | 41 | 77 | 122 | 45 |
| Binary | 10100010 | 10101010 | 10001 | 101 | 0 | 1011010 | 100001 | 111111 | 1010010 | 100101 |
Color Harmonies of #A2AA11
Complementary color
Monochromatic Colors of #A2AA11
Black with #A2AA11
Text Example
Text Example
White with #A2AA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA11; }
p { color: rgb(162,170,17); }
H1.HeaderClassName
{
color: #A2AA11;
}
.AnyTagClassName
{
color: #A2AA11;
}
</style>
background-color css
<style>
a { background-color: #A2AA11; }
a { background-color: rgb(162,170,17); }
div.DivClassName
{
background-color: #A2AA11;
}
.BgClassName
{
background-color: #A2AA11;
}
</style>
border-color css
<style>
span { border-color: #A2AA11; }
span { border-color: rgb(162,170,17); }
td.TdClassName
{
border-color: #A2AA11;
}
.TagClassName
{
border-color: #A2AA11;
}
</style>