Shades of Citrus #A2AF0F
Tints of Citrus #A2AF0F
RGB
CMYK
RGB Variations
Color information
#A2AF0F (or 0xA2AF0F) is known color: Citrus. HEX triplet: A2, AF and 0F. RGB value is (162,175,15). Sum of RGB (Red+Green+Blue) = 162+175+15=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AF0F is #5D50F0. Grayscale: #999999. Windows color (decimal): -6115569 or 1028002. OLE color: 1028002.
HSL color Cylindrical-coordinate representation of color #A2AF0F: hue angle of 64.88º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2AF0F is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 175 | 15 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.31 |
| HSL | 64.88º | 0.84% | 0.37% | - |
| HSV(B) | 64.88º | 0.91% | 0.69% | - |
| XYZ | 30.32 | 38.38 | 6.26 | - |
| YUV | 152.87 | 50.19 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 15 | 0.07 | 0 | 0.91 | 0.31 | 64.88 | 0.84 | 0.37 |
| Hex | A2 | AF | F | 7 | 0 | 5B | 1F | 41 | 54 | 25 |
| Octal | 242 | 257 | 17 | 7 | 0 | 133 | 37 | 101 | 124 | 45 |
| Binary | 10100010 | 10101111 | 1111 | 111 | 0 | 1011011 | 11111 | 1000001 | 1010100 | 100101 |
Color Harmonies of #A2AF0F
Complementary color
Monochromatic Colors of #A2AF0F
Black with #A2AF0F
Text Example
Text Example
White with #A2AF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AF0F; }
p { color: rgb(162,175,15); }
H1.HeaderClassName
{
color: #A2AF0F;
}
.AnyTagClassName
{
color: #A2AF0F;
}
</style>
background-color css
<style>
a { background-color: #A2AF0F; }
a { background-color: rgb(162,175,15); }
div.DivClassName
{
background-color: #A2AF0F;
}
.BgClassName
{
background-color: #A2AF0F;
}
</style>
border-color css
<style>
span { border-color: #A2AF0F; }
span { border-color: rgb(162,175,15); }
td.TdClassName
{
border-color: #A2AF0F;
}
.TagClassName
{
border-color: #A2AF0F;
}
</style>