Shades of Citrus #A6AF0B
Tints of Citrus #A6AF0B
RGB
CMYK
RGB Variations
Color information
#A6AF0B (or 0xA6AF0B) is known color: Citrus. HEX triplet: A6, AF and 0B. RGB value is (166,175,11). Sum of RGB (Red+Green+Blue) = 166+175+11=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AF0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AF0B is #5950F4. Grayscale: #9A9A9A. Windows color (decimal): -5853429 or 765862. OLE color: 765862.
HSL color Cylindrical-coordinate representation of color #A6AF0B: hue angle of 63.29º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6AF0B is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 166 | 175 | 11 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.31 |
| HSL | 63.29º | 0.88% | 0.36% | - |
| HSV(B) | 63.29º | 0.94% | 0.69% | - |
| XYZ | 31.12 | 38.79 | 6.16 | - |
| YUV | 153.61 | 47.52 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 11 | 0.05 | 0 | 0.94 | 0.31 | 63.29 | 0.88 | 0.36 |
| Hex | A6 | AF | B | 5 | 0 | 5E | 1F | 3F | 58 | 24 |
| Octal | 246 | 257 | 13 | 5 | 0 | 136 | 37 | 77 | 130 | 44 |
| Binary | 10100110 | 10101111 | 1011 | 101 | 0 | 1011110 | 11111 | 111111 | 1011000 | 100100 |
Color Harmonies of #A6AF0B
Complementary color
Monochromatic Colors of #A6AF0B
Black with #A6AF0B
Text Example
Text Example
White with #A6AF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AF0B; }
p { color: rgb(166,175,11); }
H1.HeaderClassName
{
color: #A6AF0B;
}
.AnyTagClassName
{
color: #A6AF0B;
}
</style>
background-color css
<style>
a { background-color: #A6AF0B; }
a { background-color: rgb(166,175,11); }
div.DivClassName
{
background-color: #A6AF0B;
}
.BgClassName
{
background-color: #A6AF0B;
}
</style>
border-color css
<style>
span { border-color: #A6AF0B; }
span { border-color: rgb(166,175,11); }
td.TdClassName
{
border-color: #A6AF0B;
}
.TagClassName
{
border-color: #A6AF0B;
}
</style>