Shades of Citrus #A6AF16
Tints of Citrus #A6AF16
RGB
CMYK
RGB Variations
Color information
#A6AF16 (or 0xA6AF16) is known color: Citrus. HEX triplet: A6, AF and 16. RGB value is (166,175,22). Sum of RGB (Red+Green+Blue) = 166+175+22=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AF16 is #5950E9. Grayscale: #9B9B9B. Windows color (decimal): -5853418 or 1486758. OLE color: 1486758.
HSL color Cylindrical-coordinate representation of color #A6AF16: hue angle of 63.53º 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 #A6AF16 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 175 | 22 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.31 |
| HSL | 63.53º | 0.78% | 0.39% | - |
| HSV(B) | 63.53º | 0.87% | 0.69% | - |
| XYZ | 31.2 | 38.82 | 6.61 | - |
| YUV | 154.87 | 53.02 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 22 | 0.05 | 0 | 0.87 | 0.31 | 63.53 | 0.78 | 0.39 |
| Hex | A6 | AF | 16 | 5 | 0 | 57 | 1F | 40 | 4E | 27 |
| Octal | 246 | 257 | 26 | 5 | 0 | 127 | 37 | 100 | 116 | 47 |
| Binary | 10100110 | 10101111 | 10110 | 101 | 0 | 1010111 | 11111 | 1000000 | 1001110 | 100111 |
Color Harmonies of #A6AF16
Complementary color
Monochromatic Colors of #A6AF16
Black with #A6AF16
Text Example
Text Example
White with #A6AF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AF16; }
p { color: rgb(166,175,22); }
H1.HeaderClassName
{
color: #A6AF16;
}
.AnyTagClassName
{
color: #A6AF16;
}
</style>
background-color css
<style>
a { background-color: #A6AF16; }
a { background-color: rgb(166,175,22); }
div.DivClassName
{
background-color: #A6AF16;
}
.BgClassName
{
background-color: #A6AF16;
}
</style>
border-color css
<style>
span { border-color: #A6AF16; }
span { border-color: rgb(166,175,22); }
td.TdClassName
{
border-color: #A6AF16;
}
.TagClassName
{
border-color: #A6AF16;
}
</style>