Shades of Citrus #A2AC10
Tints of Citrus #A2AC10
RGB
CMYK
RGB Variations
Color information
#A2AC10 (or 0xA2AC10) is known color: Citrus. HEX triplet: A2, AC and 10. RGB value is (162,172,16). Sum of RGB (Red+Green+Blue) = 162+172+16=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AC10 is #5D53EF. Grayscale: #979797. Windows color (decimal): -6116336 or 1092770. OLE color: 1092770.
HSL color Cylindrical-coordinate representation of color #A2AC10: hue angle of 63.85º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2AC10 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 172 | 16 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.33 |
| HSL | 63.85º | 0.83% | 0.37% | - |
| HSV(B) | 63.85º | 0.91% | 0.67% | - |
| XYZ | 29.75 | 37.22 | 6.11 | - |
| YUV | 151.23 | 51.69 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 172 | 16 | 0.06 | 0 | 0.91 | 0.33 | 63.85 | 0.83 | 0.37 |
| Hex | A2 | AC | 10 | 6 | 0 | 5B | 21 | 40 | 53 | 25 |
| Octal | 242 | 254 | 20 | 6 | 0 | 133 | 41 | 100 | 123 | 45 |
| Binary | 10100010 | 10101100 | 10000 | 110 | 0 | 1011011 | 100001 | 1000000 | 1010011 | 100101 |
Color Harmonies of #A2AC10
Complementary color
Monochromatic Colors of #A2AC10
Black with #A2AC10
Text Example
Text Example
White with #A2AC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AC10; }
p { color: rgb(162,172,16); }
H1.HeaderClassName
{
color: #A2AC10;
}
.AnyTagClassName
{
color: #A2AC10;
}
</style>
background-color css
<style>
a { background-color: #A2AC10; }
a { background-color: rgb(162,172,16); }
div.DivClassName
{
background-color: #A2AC10;
}
.BgClassName
{
background-color: #A2AC10;
}
</style>
border-color css
<style>
span { border-color: #A2AC10; }
span { border-color: rgb(162,172,16); }
td.TdClassName
{
border-color: #A2AC10;
}
.TagClassName
{
border-color: #A2AC10;
}
</style>