Shades of Citrus #A0AB14
Tints of Citrus #A0AB14
RGB
CMYK
RGB Variations
Color information
#A0AB14 (or 0xA0AB14) is known color: Citrus. HEX triplet: A0, AB and 14. RGB value is (160,171,20). Sum of RGB (Red+Green+Blue) = 160+171+20=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AB14 is #5F54EB. Grayscale: #979797. Windows color (decimal): -6247660 or 1354656. OLE color: 1354656.
HSL color Cylindrical-coordinate representation of color #A0AB14: hue angle of 64.37º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0AB14 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 20 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.33 |
| HSL | 64.37º | 0.79% | 0.37% | - |
| HSV(B) | 64.37º | 0.88% | 0.67% | - |
| XYZ | 29.19 | 36.65 | 6.2 | - |
| YUV | 150.5 | 54.36 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 20 | 0.06 | 0 | 0.88 | 0.33 | 64.37 | 0.79 | 0.37 |
| Hex | A0 | AB | 14 | 6 | 0 | 58 | 21 | 40 | 4F | 25 |
| Octal | 240 | 253 | 24 | 6 | 0 | 130 | 41 | 100 | 117 | 45 |
| Binary | 10100000 | 10101011 | 10100 | 110 | 0 | 1011000 | 100001 | 1000000 | 1001111 | 100101 |
Color Harmonies of #A0AB14
Complementary color
Monochromatic Colors of #A0AB14
Black with #A0AB14
Text Example
Text Example
White with #A0AB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB14; }
p { color: rgb(160,171,20); }
H1.HeaderClassName
{
color: #A0AB14;
}
.AnyTagClassName
{
color: #A0AB14;
}
</style>
background-color css
<style>
a { background-color: #A0AB14; }
a { background-color: rgb(160,171,20); }
div.DivClassName
{
background-color: #A0AB14;
}
.BgClassName
{
background-color: #A0AB14;
}
</style>
border-color css
<style>
span { border-color: #A0AB14; }
span { border-color: rgb(160,171,20); }
td.TdClassName
{
border-color: #A0AB14;
}
.TagClassName
{
border-color: #A0AB14;
}
</style>