Shades of Citrus #A2AA16
Tints of Citrus #A2AA16
RGB
CMYK
RGB Variations
Color information
#A2AA16 (or 0xA2AA16) is known color: Citrus. HEX triplet: A2, AA and 16. RGB value is (162,170,22). Sum of RGB (Red+Green+Blue) = 162+170+22=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AA16 is #5D55E9. Grayscale: #979797. Windows color (decimal): -6116842 or 1485474. OLE color: 1485474.
HSL color Cylindrical-coordinate representation of color #A2AA16: hue angle of 63.24º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2AA16 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 22 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.33 |
| HSL | 63.24º | 0.77% | 0.38% | - |
| HSV(B) | 63.24º | 0.87% | 0.67% | - |
| XYZ | 29.42 | 36.49 | 6.25 | - |
| YUV | 150.74 | 55.35 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 22 | 0.05 | 0 | 0.87 | 0.33 | 63.24 | 0.77 | 0.38 |
| Hex | A2 | AA | 16 | 5 | 0 | 57 | 21 | 3F | 4D | 26 |
| Octal | 242 | 252 | 26 | 5 | 0 | 127 | 41 | 77 | 115 | 46 |
| Binary | 10100010 | 10101010 | 10110 | 101 | 0 | 1010111 | 100001 | 111111 | 1001101 | 100110 |
Color Harmonies of #A2AA16
Complementary color
Monochromatic Colors of #A2AA16
Black with #A2AA16
Text Example
Text Example
White with #A2AA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA16; }
p { color: rgb(162,170,22); }
H1.HeaderClassName
{
color: #A2AA16;
}
.AnyTagClassName
{
color: #A2AA16;
}
</style>
background-color css
<style>
a { background-color: #A2AA16; }
a { background-color: rgb(162,170,22); }
div.DivClassName
{
background-color: #A2AA16;
}
.BgClassName
{
background-color: #A2AA16;
}
</style>
border-color css
<style>
span { border-color: #A2AA16; }
span { border-color: rgb(162,170,22); }
td.TdClassName
{
border-color: #A2AA16;
}
.TagClassName
{
border-color: #A2AA16;
}
</style>