Shades of Citrus #A2AF16
Tints of Citrus #A2AF16
RGB
CMYK
RGB Variations
Color information
#A2AF16 (or 0xA2AF16) is known color: Citrus. HEX triplet: A2, AF and 16. RGB value is (162,175,22). Sum of RGB (Red+Green+Blue) = 162+175+22=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 22 (8.98% from 255 or 6.13% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AF16 is #5D50E9. Grayscale: #9A9A9A. Windows color (decimal): -6115562 or 1486754. OLE color: 1486754.
HSL color Cylindrical-coordinate representation of color #A2AF16: hue angle of 65.1º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2AF16 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 175 | 22 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.31 |
| HSL | 65.1º | 0.78% | 0.39% | - |
| HSV(B) | 65.1º | 0.87% | 0.69% | - |
| XYZ | 30.38 | 38.4 | 6.57 | - |
| YUV | 153.67 | 53.69 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 22 | 0.07 | 0 | 0.87 | 0.31 | 65.1 | 0.78 | 0.39 |
| Hex | A2 | AF | 16 | 7 | 0 | 57 | 1F | 41 | 4E | 27 |
| Octal | 242 | 257 | 26 | 7 | 0 | 127 | 37 | 101 | 116 | 47 |
| Binary | 10100010 | 10101111 | 10110 | 111 | 0 | 1010111 | 11111 | 1000001 | 1001110 | 100111 |
Color Harmonies of #A2AF16
Complementary color
Monochromatic Colors of #A2AF16
Black with #A2AF16
Text Example
Text Example
White with #A2AF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AF16; }
p { color: rgb(162,175,22); }
H1.HeaderClassName
{
color: #A2AF16;
}
.AnyTagClassName
{
color: #A2AF16;
}
</style>
background-color css
<style>
a { background-color: #A2AF16; }
a { background-color: rgb(162,175,22); }
div.DivClassName
{
background-color: #A2AF16;
}
.BgClassName
{
background-color: #A2AF16;
}
</style>
border-color css
<style>
span { border-color: #A2AF16; }
span { border-color: rgb(162,175,22); }
td.TdClassName
{
border-color: #A2AF16;
}
.TagClassName
{
border-color: #A2AF16;
}
</style>