Shades of Citrus #A2A611
Tints of Citrus #A2A611
RGB
CMYK
RGB Variations
Color information
#A2A611 (or 0xA2A611) is known color: Citrus. HEX triplet: A2, A6 and 11. RGB value is (162,166,17). Sum of RGB (Red+Green+Blue) = 162+166+17=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A611 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A611 is #5D59EE. Grayscale: #949494. Windows color (decimal): -6117871 or 1156770. OLE color: 1156770.
HSL color Cylindrical-coordinate representation of color #A2A611: hue angle of 61.61º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2A611 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 166 | 17 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.35 |
| HSL | 61.61º | 0.81% | 0.36% | - |
| HSV(B) | 61.61º | 0.9% | 0.65% | - |
| XYZ | 28.64 | 34.99 | 5.78 | - |
| YUV | 147.82 | 54.17 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 166 | 17 | 0.02 | 0 | 0.90 | 0.35 | 61.61 | 0.81 | 0.36 |
| Hex | A2 | A6 | 11 | 2 | 0 | 5A | 23 | 3E | 51 | 24 |
| Octal | 242 | 246 | 21 | 2 | 0 | 132 | 43 | 76 | 121 | 44 |
| Binary | 10100010 | 10100110 | 10001 | 10 | 0 | 1011010 | 100011 | 111110 | 1010001 | 100100 |
Color Harmonies of #A2A611
Complementary color
Monochromatic Colors of #A2A611
Black with #A2A611
Text Example
Text Example
White with #A2A611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A611; }
p { color: rgb(162,166,17); }
H1.HeaderClassName
{
color: #A2A611;
}
.AnyTagClassName
{
color: #A2A611;
}
</style>
background-color css
<style>
a { background-color: #A2A611; }
a { background-color: rgb(162,166,17); }
div.DivClassName
{
background-color: #A2A611;
}
.BgClassName
{
background-color: #A2A611;
}
</style>
border-color css
<style>
span { border-color: #A2A611; }
span { border-color: rgb(162,166,17); }
td.TdClassName
{
border-color: #A2A611;
}
.TagClassName
{
border-color: #A2A611;
}
</style>