Shades of Citrus #A6AB0A
Tints of Citrus #A6AB0A
RGB
CMYK
RGB Variations
Color information
#A6AB0A (or 0xA6AB0A) is known color: Citrus. HEX triplet: A6, AB and 0A. RGB value is (166,171,10). Sum of RGB (Red+Green+Blue) = 166+171+10=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 10 (4.30% from 255 or 2.88% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6AB0A is #5954F5. Grayscale: #979797. Windows color (decimal): -5854454 or 699302. OLE color: 699302.
HSL color Cylindrical-coordinate representation of color #A6AB0A: hue angle of 61.86º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6AB0A is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 171 | 10 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.33 |
| HSL | 61.86º | 0.89% | 0.35% | - |
| HSV(B) | 61.86º | 0.94% | 0.67% | - |
| XYZ | 30.34 | 37.25 | 5.88 | - |
| YUV | 151.15 | 48.34 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 10 | 0.03 | 0 | 0.94 | 0.33 | 61.86 | 0.89 | 0.35 |
| Hex | A6 | AB | A | 3 | 0 | 5E | 21 | 3E | 59 | 23 |
| Octal | 246 | 253 | 12 | 3 | 0 | 136 | 41 | 76 | 131 | 43 |
| Binary | 10100110 | 10101011 | 1010 | 11 | 0 | 1011110 | 100001 | 111110 | 1011001 | 100011 |
Color Harmonies of #A6AB0A
Complementary color
Monochromatic Colors of #A6AB0A
Black with #A6AB0A
Text Example
Text Example
White with #A6AB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AB0A; }
p { color: rgb(166,171,10); }
H1.HeaderClassName
{
color: #A6AB0A;
}
.AnyTagClassName
{
color: #A6AB0A;
}
</style>
background-color css
<style>
a { background-color: #A6AB0A; }
a { background-color: rgb(166,171,10); }
div.DivClassName
{
background-color: #A6AB0A;
}
.BgClassName
{
background-color: #A6AB0A;
}
</style>
border-color css
<style>
span { border-color: #A6AB0A; }
span { border-color: rgb(166,171,10); }
td.TdClassName
{
border-color: #A6AB0A;
}
.TagClassName
{
border-color: #A6AB0A;
}
</style>