Shades of Citrus #A0AB07
Tints of Citrus #A0AB07
RGB
CMYK
RGB Variations
Color information
#A0AB07 (or 0xA0AB07) is known color: Citrus. HEX triplet: A0, AB and 07. RGB value is (160,171,7). Sum of RGB (Red+Green+Blue) = 160+171+7=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AB07 is #5F54F8. Grayscale: #959595. Windows color (decimal): -6247673 or 502688. OLE color: 502688.
HSL color Cylindrical-coordinate representation of color #A0AB07: hue angle of 64.02º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0AB07 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 7 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.33 |
| HSL | 64.02º | 0.92% | 0.35% | - |
| HSV(B) | 64.02º | 0.96% | 0.67% | - |
| XYZ | 29.1 | 36.61 | 5.73 | - |
| YUV | 149.02 | 47.86 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 7 | 0.06 | 0 | 0.96 | 0.33 | 64.02 | 0.92 | 0.35 |
| Hex | A0 | AB | 7 | 6 | 0 | 60 | 21 | 40 | 5C | 23 |
| Octal | 240 | 253 | 7 | 6 | 0 | 140 | 41 | 100 | 134 | 43 |
| Binary | 10100000 | 10101011 | 111 | 110 | 0 | 1100000 | 100001 | 1000000 | 1011100 | 100011 |
Color Harmonies of #A0AB07
Complementary color
Monochromatic Colors of #A0AB07
Black with #A0AB07
Text Example
Text Example
White with #A0AB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB07; }
p { color: rgb(160,171,7); }
H1.HeaderClassName
{
color: #A0AB07;
}
.AnyTagClassName
{
color: #A0AB07;
}
</style>
background-color css
<style>
a { background-color: #A0AB07; }
a { background-color: rgb(160,171,7); }
div.DivClassName
{
background-color: #A0AB07;
}
.BgClassName
{
background-color: #A0AB07;
}
</style>
border-color css
<style>
span { border-color: #A0AB07; }
span { border-color: rgb(160,171,7); }
td.TdClassName
{
border-color: #A0AB07;
}
.TagClassName
{
border-color: #A0AB07;
}
</style>