Shades of Citrus #A0AB01
Tints of Citrus #A0AB01
RGB
CMYK
RGB Variations
Color information
#A0AB01 (or 0xA0AB01) is known color: Citrus. HEX triplet: A0, AB and 01. RGB value is (160,171,1). Sum of RGB (Red+Green+Blue) = 160+171+1=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AB01 is #5F54FE. Grayscale: #959595. Windows color (decimal): -6247679 or 109472. OLE color: 109472.
HSL color Cylindrical-coordinate representation of color #A0AB01: hue angle of 63.88º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0AB01 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 1 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.33 |
| HSL | 63.88º | 0.99% | 0.34% | - |
| HSV(B) | 63.88º | 0.99% | 0.67% | - |
| XYZ | 29.07 | 36.6 | 5.56 | - |
| YUV | 148.33 | 44.86 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 1 | 0.06 | 0 | 0.99 | 0.33 | 63.88 | 0.99 | 0.34 |
| Hex | A0 | AB | 1 | 6 | 0 | 63 | 21 | 40 | 63 | 22 |
| Octal | 240 | 253 | 1 | 6 | 0 | 143 | 41 | 100 | 143 | 42 |
| Binary | 10100000 | 10101011 | 1 | 110 | 0 | 1100011 | 100001 | 1000000 | 1100011 | 100010 |
Color Harmonies of #A0AB01
Complementary color
Monochromatic Colors of #A0AB01
Black with #A0AB01
Text Example
Text Example
White with #A0AB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB01; }
p { color: rgb(160,171,1); }
H1.HeaderClassName
{
color: #A0AB01;
}
.AnyTagClassName
{
color: #A0AB01;
}
</style>
background-color css
<style>
a { background-color: #A0AB01; }
a { background-color: rgb(160,171,1); }
div.DivClassName
{
background-color: #A0AB01;
}
.BgClassName
{
background-color: #A0AB01;
}
</style>
border-color css
<style>
span { border-color: #A0AB01; }
span { border-color: rgb(160,171,1); }
td.TdClassName
{
border-color: #A0AB01;
}
.TagClassName
{
border-color: #A0AB01;
}
</style>