Shades of Citrus #A2AC11
Tints of Citrus #A2AC11
RGB
CMYK
RGB Variations
Color information
#A2AC11 (or 0xA2AC11) is known color: Citrus. HEX triplet: A2, AC and 11. RGB value is (162,172,17). Sum of RGB (Red+Green+Blue) = 162+172+17=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AC11 is #5D53EE. Grayscale: #979797. Windows color (decimal): -6116335 or 1158306. OLE color: 1158306.
HSL color Cylindrical-coordinate representation of color #A2AC11: hue angle of 63.87º 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 #A2AC11 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 172 | 17 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.33 |
| HSL | 63.87º | 0.82% | 0.37% | - |
| HSV(B) | 63.87º | 0.9% | 0.67% | - |
| XYZ | 29.75 | 37.23 | 6.15 | - |
| YUV | 151.34 | 52.19 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 17 | 0.06 | 0 | 0.90 | 0.33 | 63.87 | 0.82 | 0.37 |
| Hex | A2 | AC | 11 | 6 | 0 | 5A | 21 | 40 | 52 | 25 |
| Octal | 242 | 254 | 21 | 6 | 0 | 132 | 41 | 100 | 122 | 45 |
| Binary | 10100010 | 10101100 | 10001 | 110 | 0 | 1011010 | 100001 | 1000000 | 1010010 | 100101 |
Color Harmonies of #A2AC11
Complementary color
Monochromatic Colors of #A2AC11
Black with #A2AC11
Text Example
Text Example
White with #A2AC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AC11; }
p { color: rgb(162,172,17); }
H1.HeaderClassName
{
color: #A2AC11;
}
.AnyTagClassName
{
color: #A2AC11;
}
</style>
background-color css
<style>
a { background-color: #A2AC11; }
a { background-color: rgb(162,172,17); }
div.DivClassName
{
background-color: #A2AC11;
}
.BgClassName
{
background-color: #A2AC11;
}
</style>
border-color css
<style>
span { border-color: #A2AC11; }
span { border-color: rgb(162,172,17); }
td.TdClassName
{
border-color: #A2AC11;
}
.TagClassName
{
border-color: #A2AC11;
}
</style>