Shades of Citrus #A0AB06
Tints of Citrus #A0AB06
RGB
CMYK
RGB Variations
Color information
#A0AB06 (or 0xA0AB06) is known color: Citrus. HEX triplet: A0, AB and 06. RGB value is (160,171,6). Sum of RGB (Red+Green+Blue) = 160+171+6=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AB06 is #5F54F9. Grayscale: #959595. Windows color (decimal): -6247674 or 437152. OLE color: 437152.
HSL color Cylindrical-coordinate representation of color #A0AB06: hue angle of 64º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0AB06 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 6 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.33 |
| HSL | 64º | 0.93% | 0.35% | - |
| HSV(B) | 64º | 0.96% | 0.67% | - |
| XYZ | 29.09 | 36.61 | 5.71 | - |
| YUV | 148.9 | 47.36 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 6 | 0.06 | 0 | 0.96 | 0.33 | 64 | 0.93 | 0.35 |
| Hex | A0 | AB | 6 | 6 | 0 | 60 | 21 | 40 | 5D | 23 |
| Octal | 240 | 253 | 6 | 6 | 0 | 140 | 41 | 100 | 135 | 43 |
| Binary | 10100000 | 10101011 | 110 | 110 | 0 | 1100000 | 100001 | 1000000 | 1011101 | 100011 |
Color Harmonies of #A0AB06
Complementary color
Monochromatic Colors of #A0AB06
Black with #A0AB06
Text Example
Text Example
White with #A0AB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB06; }
p { color: rgb(160,171,6); }
H1.HeaderClassName
{
color: #A0AB06;
}
.AnyTagClassName
{
color: #A0AB06;
}
</style>
background-color css
<style>
a { background-color: #A0AB06; }
a { background-color: rgb(160,171,6); }
div.DivClassName
{
background-color: #A0AB06;
}
.BgClassName
{
background-color: #A0AB06;
}
</style>
border-color css
<style>
span { border-color: #A0AB06; }
span { border-color: rgb(160,171,6); }
td.TdClassName
{
border-color: #A0AB06;
}
.TagClassName
{
border-color: #A0AB06;
}
</style>