Shades of Citrus #A6AF0F
Tints of Citrus #A6AF0F
RGB
CMYK
RGB Variations
Color information
#A6AF0F (or 0xA6AF0F) is known color: Citrus. HEX triplet: A6, AF and 0F. RGB value is (166,175,15). Sum of RGB (Red+Green+Blue) = 166+175+15=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AF0F is #5950F0. Grayscale: #9A9A9A. Windows color (decimal): -5853425 or 1028006. OLE color: 1028006.
HSL color Cylindrical-coordinate representation of color #A6AF0F: hue angle of 63.38º 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 #A6AF0F is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 175 | 15 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.31 |
| HSL | 63.38º | 0.84% | 0.37% | - |
| HSV(B) | 63.38º | 0.91% | 0.69% | - |
| XYZ | 31.14 | 38.8 | 6.3 | - |
| YUV | 154.07 | 49.52 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 15 | 0.05 | 0 | 0.91 | 0.31 | 63.38 | 0.84 | 0.37 |
| Hex | A6 | AF | F | 5 | 0 | 5B | 1F | 3F | 54 | 25 |
| Octal | 246 | 257 | 17 | 5 | 0 | 133 | 37 | 77 | 124 | 45 |
| Binary | 10100110 | 10101111 | 1111 | 101 | 0 | 1011011 | 11111 | 111111 | 1010100 | 100101 |
Color Harmonies of #A6AF0F
Complementary color
Monochromatic Colors of #A6AF0F
Black with #A6AF0F
Text Example
Text Example
White with #A6AF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AF0F; }
p { color: rgb(166,175,15); }
H1.HeaderClassName
{
color: #A6AF0F;
}
.AnyTagClassName
{
color: #A6AF0F;
}
</style>
background-color css
<style>
a { background-color: #A6AF0F; }
a { background-color: rgb(166,175,15); }
div.DivClassName
{
background-color: #A6AF0F;
}
.BgClassName
{
background-color: #A6AF0F;
}
</style>
border-color css
<style>
span { border-color: #A6AF0F; }
span { border-color: rgb(166,175,15); }
td.TdClassName
{
border-color: #A6AF0F;
}
.TagClassName
{
border-color: #A6AF0F;
}
</style>