Shades of Citrus #A2AB11
Tints of Citrus #A2AB11
RGB
CMYK
RGB Variations
Color information
#A2AB11 (or 0xA2AB11) is known color: Citrus. HEX triplet: A2, AB and 11. RGB value is (162,171,17). Sum of RGB (Red+Green+Blue) = 162+171+17=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AB11 is #5D54EE. Grayscale: #979797. Windows color (decimal): -6116591 or 1158050. OLE color: 1158050.
HSL color Cylindrical-coordinate representation of color #A2AB11: hue angle of 63.51º 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 #A2AB11 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 171 | 17 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.33 |
| HSL | 63.51º | 0.82% | 0.37% | - |
| HSV(B) | 63.51º | 0.9% | 0.67% | - |
| XYZ | 29.56 | 36.85 | 6.08 | - |
| YUV | 150.75 | 52.52 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 171 | 17 | 0.05 | 0 | 0.90 | 0.33 | 63.51 | 0.82 | 0.37 |
| Hex | A2 | AB | 11 | 5 | 0 | 5A | 21 | 40 | 52 | 25 |
| Octal | 242 | 253 | 21 | 5 | 0 | 132 | 41 | 100 | 122 | 45 |
| Binary | 10100010 | 10101011 | 10001 | 101 | 0 | 1011010 | 100001 | 1000000 | 1010010 | 100101 |
Color Harmonies of #A2AB11
Complementary color
Monochromatic Colors of #A2AB11
Black with #A2AB11
Text Example
Text Example
White with #A2AB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB11; }
p { color: rgb(162,171,17); }
H1.HeaderClassName
{
color: #A2AB11;
}
.AnyTagClassName
{
color: #A2AB11;
}
</style>
background-color css
<style>
a { background-color: #A2AB11; }
a { background-color: rgb(162,171,17); }
div.DivClassName
{
background-color: #A2AB11;
}
.BgClassName
{
background-color: #A2AB11;
}
</style>
border-color css
<style>
span { border-color: #A2AB11; }
span { border-color: rgb(162,171,17); }
td.TdClassName
{
border-color: #A2AB11;
}
.TagClassName
{
border-color: #A2AB11;
}
</style>