Shades of Citrus #A0AB08
Tints of Citrus #A0AB08
RGB
CMYK
RGB Variations
Color information
#A0AB08 (or 0xA0AB08) is known color: Citrus. HEX triplet: A0, AB and 08. RGB value is (160,171,8). Sum of RGB (Red+Green+Blue) = 160+171+8=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AB08 is #5F54F7. Grayscale: #959595. Windows color (decimal): -6247672 or 568224. OLE color: 568224.
HSL color Cylindrical-coordinate representation of color #A0AB08: hue angle of 64.05º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0AB08 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 8 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.33 |
| HSL | 64.05º | 0.91% | 0.35% | - |
| HSV(B) | 64.05º | 0.95% | 0.67% | - |
| XYZ | 29.1 | 36.62 | 5.76 | - |
| YUV | 149.13 | 48.36 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 8 | 0.06 | 0 | 0.95 | 0.33 | 64.05 | 0.91 | 0.35 |
| Hex | A0 | AB | 8 | 6 | 0 | 5F | 21 | 40 | 5B | 23 |
| Octal | 240 | 253 | 10 | 6 | 0 | 137 | 41 | 100 | 133 | 43 |
| Binary | 10100000 | 10101011 | 1000 | 110 | 0 | 1011111 | 100001 | 1000000 | 1011011 | 100011 |
Color Harmonies of #A0AB08
Complementary color
Monochromatic Colors of #A0AB08
Black with #A0AB08
Text Example
Text Example
White with #A0AB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB08; }
p { color: rgb(160,171,8); }
H1.HeaderClassName
{
color: #A0AB08;
}
.AnyTagClassName
{
color: #A0AB08;
}
</style>
background-color css
<style>
a { background-color: #A0AB08; }
a { background-color: rgb(160,171,8); }
div.DivClassName
{
background-color: #A0AB08;
}
.BgClassName
{
background-color: #A0AB08;
}
</style>
border-color css
<style>
span { border-color: #A0AB08; }
span { border-color: rgb(160,171,8); }
td.TdClassName
{
border-color: #A0AB08;
}
.TagClassName
{
border-color: #A0AB08;
}
</style>