Shades of Citrus #A2AA0A
Tints of Citrus #A2AA0A
RGB
CMYK
RGB Variations
Color information
#A2AA0A (or 0xA2AA0A) is known color: Citrus. HEX triplet: A2, AA and 0A. RGB value is (162,170,10). Sum of RGB (Red+Green+Blue) = 162+170+10=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 10 (4.30% from 255 or 2.92% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AA0A is #5D55F5. Grayscale: #969696. Windows color (decimal): -6116854 or 699042. OLE color: 699042.
HSL color Cylindrical-coordinate representation of color #A2AA0A: hue angle of 63º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2AA0A is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 10 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.33 |
| HSL | 63º | 0.89% | 0.35% | - |
| HSV(B) | 63º | 0.94% | 0.67% | - |
| XYZ | 29.33 | 36.45 | 5.78 | - |
| YUV | 149.37 | 49.35 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 10 | 0.05 | 0 | 0.94 | 0.33 | 63 | 0.89 | 0.35 |
| Hex | A2 | AA | A | 5 | 0 | 5E | 21 | 3F | 59 | 23 |
| Octal | 242 | 252 | 12 | 5 | 0 | 136 | 41 | 77 | 131 | 43 |
| Binary | 10100010 | 10101010 | 1010 | 101 | 0 | 1011110 | 100001 | 111111 | 1011001 | 100011 |
Color Harmonies of #A2AA0A
Complementary color
Monochromatic Colors of #A2AA0A
Black with #A2AA0A
Text Example
Text Example
White with #A2AA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA0A; }
p { color: rgb(162,170,10); }
H1.HeaderClassName
{
color: #A2AA0A;
}
.AnyTagClassName
{
color: #A2AA0A;
}
</style>
background-color css
<style>
a { background-color: #A2AA0A; }
a { background-color: rgb(162,170,10); }
div.DivClassName
{
background-color: #A2AA0A;
}
.BgClassName
{
background-color: #A2AA0A;
}
</style>
border-color css
<style>
span { border-color: #A2AA0A; }
span { border-color: rgb(162,170,10); }
td.TdClassName
{
border-color: #A2AA0A;
}
.TagClassName
{
border-color: #A2AA0A;
}
</style>