Shades of Citrus #A0AB09
Tints of Citrus #A0AB09
RGB
CMYK
RGB Variations
Color information
#A0AB09 (or 0xA0AB09) is known color: Citrus. HEX triplet: A0, AB and 09. RGB value is (160,171,9). Sum of RGB (Red+Green+Blue) = 160+171+9=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 9 (3.91% from 255 or 2.65% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AB09 is #5F54F6. Grayscale: #959595. Windows color (decimal): -6247671 or 633760. OLE color: 633760.
HSL color Cylindrical-coordinate representation of color #A0AB09: hue angle of 64.07º degrees, saturation: 0.9, 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 #A0AB09 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 9 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.33 |
| HSL | 64.07º | 0.9% | 0.35% | - |
| HSV(B) | 64.07º | 0.95% | 0.67% | - |
| XYZ | 29.11 | 36.62 | 5.79 | - |
| YUV | 149.24 | 48.86 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 9 | 0.06 | 0 | 0.95 | 0.33 | 64.07 | 0.9 | 0.35 |
| Hex | A0 | AB | 9 | 6 | 0 | 5F | 21 | 40 | 5A | 23 |
| Octal | 240 | 253 | 11 | 6 | 0 | 137 | 41 | 100 | 132 | 43 |
| Binary | 10100000 | 10101011 | 1001 | 110 | 0 | 1011111 | 100001 | 1000000 | 1011010 | 100011 |
Color Harmonies of #A0AB09
Complementary color
Monochromatic Colors of #A0AB09
Black with #A0AB09
Text Example
Text Example
White with #A0AB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB09; }
p { color: rgb(160,171,9); }
H1.HeaderClassName
{
color: #A0AB09;
}
.AnyTagClassName
{
color: #A0AB09;
}
</style>
background-color css
<style>
a { background-color: #A0AB09; }
a { background-color: rgb(160,171,9); }
div.DivClassName
{
background-color: #A0AB09;
}
.BgClassName
{
background-color: #A0AB09;
}
</style>
border-color css
<style>
span { border-color: #A0AB09; }
span { border-color: rgb(160,171,9); }
td.TdClassName
{
border-color: #A0AB09;
}
.TagClassName
{
border-color: #A0AB09;
}
</style>