Shades of Citrus #A0AB05
Tints of Citrus #A0AB05
RGB
CMYK
RGB Variations
Color information
#A0AB05 (or 0xA0AB05) is known color: Citrus. HEX triplet: A0, AB and 05. RGB value is (160,171,5). Sum of RGB (Red+Green+Blue) = 160+171+5=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AB05 is #5F54FA. Grayscale: #959595. Windows color (decimal): -6247675 or 371616. OLE color: 371616.
HSL color Cylindrical-coordinate representation of color #A0AB05: hue angle of 63.98º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0AB05 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 5 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.33 |
| HSL | 63.98º | 0.94% | 0.35% | - |
| HSV(B) | 63.98º | 0.97% | 0.67% | - |
| XYZ | 29.09 | 36.61 | 5.68 | - |
| YUV | 148.79 | 46.86 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 5 | 0.06 | 0 | 0.97 | 0.33 | 63.98 | 0.94 | 0.35 |
| Hex | A0 | AB | 5 | 6 | 0 | 61 | 21 | 40 | 5E | 23 |
| Octal | 240 | 253 | 5 | 6 | 0 | 141 | 41 | 100 | 136 | 43 |
| Binary | 10100000 | 10101011 | 101 | 110 | 0 | 1100001 | 100001 | 1000000 | 1011110 | 100011 |
Color Harmonies of #A0AB05
Complementary color
Monochromatic Colors of #A0AB05
Black with #A0AB05
Text Example
Text Example
White with #A0AB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB05; }
p { color: rgb(160,171,5); }
H1.HeaderClassName
{
color: #A0AB05;
}
.AnyTagClassName
{
color: #A0AB05;
}
</style>
background-color css
<style>
a { background-color: #A0AB05; }
a { background-color: rgb(160,171,5); }
div.DivClassName
{
background-color: #A0AB05;
}
.BgClassName
{
background-color: #A0AB05;
}
</style>
border-color css
<style>
span { border-color: #A0AB05; }
span { border-color: rgb(160,171,5); }
td.TdClassName
{
border-color: #A0AB05;
}
.TagClassName
{
border-color: #A0AB05;
}
</style>