Shades of Citrus #A6AF0E
Tints of Citrus #A6AF0E
RGB
CMYK
RGB Variations
Color information
#A6AF0E (or 0xA6AF0E) is known color: Citrus. HEX triplet: A6, AF and 0E. RGB value is (166,175,14). Sum of RGB (Red+Green+Blue) = 166+175+14=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AF0E is #5950F1. Grayscale: #9A9A9A. Windows color (decimal): -5853426 or 962470. OLE color: 962470.
HSL color Cylindrical-coordinate representation of color #A6AF0E: hue angle of 63.35º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6AF0E is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 175 | 14 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.31 |
| HSL | 63.35º | 0.85% | 0.37% | - |
| HSV(B) | 63.35º | 0.92% | 0.69% | - |
| XYZ | 31.14 | 38.8 | 6.26 | - |
| YUV | 153.96 | 49.02 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 14 | 0.05 | 0 | 0.92 | 0.31 | 63.35 | 0.85 | 0.37 |
| Hex | A6 | AF | E | 5 | 0 | 5C | 1F | 3F | 55 | 25 |
| Octal | 246 | 257 | 16 | 5 | 0 | 134 | 37 | 77 | 125 | 45 |
| Binary | 10100110 | 10101111 | 1110 | 101 | 0 | 1011100 | 11111 | 111111 | 1010101 | 100101 |
Color Harmonies of #A6AF0E
Complementary color
Monochromatic Colors of #A6AF0E
Black with #A6AF0E
Text Example
Text Example
White with #A6AF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AF0E; }
p { color: rgb(166,175,14); }
H1.HeaderClassName
{
color: #A6AF0E;
}
.AnyTagClassName
{
color: #A6AF0E;
}
</style>
background-color css
<style>
a { background-color: #A6AF0E; }
a { background-color: rgb(166,175,14); }
div.DivClassName
{
background-color: #A6AF0E;
}
.BgClassName
{
background-color: #A6AF0E;
}
</style>
border-color css
<style>
span { border-color: #A6AF0E; }
span { border-color: rgb(166,175,14); }
td.TdClassName
{
border-color: #A6AF0E;
}
.TagClassName
{
border-color: #A6AF0E;
}
</style>