Shades of Citrus #A0AB10
Tints of Citrus #A0AB10
RGB
CMYK
RGB Variations
Color information
#A0AB10 (or 0xA0AB10) is known color: Citrus. HEX triplet: A0, AB and 10. RGB value is (160,171,16). Sum of RGB (Red+Green+Blue) = 160+171+16=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AB10 is #5F54EF. Grayscale: #969696. Windows color (decimal): -6247664 or 1092512. OLE color: 1092512.
HSL color Cylindrical-coordinate representation of color #A0AB10: hue angle of 64.26º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0AB10 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 16 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.33 |
| HSL | 64.26º | 0.83% | 0.37% | - |
| HSV(B) | 64.26º | 0.91% | 0.67% | - |
| XYZ | 29.15 | 36.64 | 6.03 | - |
| YUV | 150.04 | 52.36 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 16 | 0.06 | 0 | 0.91 | 0.33 | 64.26 | 0.83 | 0.37 |
| Hex | A0 | AB | 10 | 6 | 0 | 5B | 21 | 40 | 53 | 25 |
| Octal | 240 | 253 | 20 | 6 | 0 | 133 | 41 | 100 | 123 | 45 |
| Binary | 10100000 | 10101011 | 10000 | 110 | 0 | 1011011 | 100001 | 1000000 | 1010011 | 100101 |
Color Harmonies of #A0AB10
Complementary color
Monochromatic Colors of #A0AB10
Black with #A0AB10
Text Example
Text Example
White with #A0AB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB10; }
p { color: rgb(160,171,16); }
H1.HeaderClassName
{
color: #A0AB10;
}
.AnyTagClassName
{
color: #A0AB10;
}
</style>
background-color css
<style>
a { background-color: #A0AB10; }
a { background-color: rgb(160,171,16); }
div.DivClassName
{
background-color: #A0AB10;
}
.BgClassName
{
background-color: #A0AB10;
}
</style>
border-color css
<style>
span { border-color: #A0AB10; }
span { border-color: rgb(160,171,16); }
td.TdClassName
{
border-color: #A0AB10;
}
.TagClassName
{
border-color: #A0AB10;
}
</style>