Shades of Citrus #A2AA10
Tints of Citrus #A2AA10
RGB
CMYK
RGB Variations
Color information
#A2AA10 (or 0xA2AA10) is known color: Citrus. HEX triplet: A2, AA and 10. RGB value is (162,170,16). Sum of RGB (Red+Green+Blue) = 162+170+16=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AA10 is #5D55EF. Grayscale: #969696. Windows color (decimal): -6116848 or 1092258. OLE color: 1092258.
HSL color Cylindrical-coordinate representation of color #A2AA10: hue angle of 63.12º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2AA10 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 16 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.33 |
| HSL | 63.12º | 0.83% | 0.36% | - |
| HSV(B) | 63.12º | 0.91% | 0.67% | - |
| XYZ | 29.37 | 36.47 | 5.98 | - |
| YUV | 150.05 | 52.35 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 16 | 0.05 | 0 | 0.91 | 0.33 | 63.12 | 0.83 | 0.36 |
| Hex | A2 | AA | 10 | 5 | 0 | 5B | 21 | 3F | 53 | 24 |
| Octal | 242 | 252 | 20 | 5 | 0 | 133 | 41 | 77 | 123 | 44 |
| Binary | 10100010 | 10101010 | 10000 | 101 | 0 | 1011011 | 100001 | 111111 | 1010011 | 100100 |
Color Harmonies of #A2AA10
Complementary color
Monochromatic Colors of #A2AA10
Black with #A2AA10
Text Example
Text Example
White with #A2AA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA10; }
p { color: rgb(162,170,16); }
H1.HeaderClassName
{
color: #A2AA10;
}
.AnyTagClassName
{
color: #A2AA10;
}
</style>
background-color css
<style>
a { background-color: #A2AA10; }
a { background-color: rgb(162,170,16); }
div.DivClassName
{
background-color: #A2AA10;
}
.BgClassName
{
background-color: #A2AA10;
}
</style>
border-color css
<style>
span { border-color: #A2AA10; }
span { border-color: rgb(162,170,16); }
td.TdClassName
{
border-color: #A2AA10;
}
.TagClassName
{
border-color: #A2AA10;
}
</style>