Shades of Citrus #A0AA15
Tints of Citrus #A0AA15
RGB
CMYK
RGB Variations
Color information
#A0AA15 (or 0xA0AA15) is known color: Citrus. HEX triplet: A0, AA and 15. RGB value is (160,170,21). Sum of RGB (Red+Green+Blue) = 160+170+21=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AA15 is #5F55EA. Grayscale: #969696. Windows color (decimal): -6247915 or 1419936. OLE color: 1419936.
HSL color Cylindrical-coordinate representation of color #A0AA15: hue angle of 64.03º degrees, saturation: 0.78, 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 #A0AA15 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 21 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.33 |
| HSL | 64.03º | 0.78% | 0.37% | - |
| HSV(B) | 64.03º | 0.88% | 0.67% | - |
| XYZ | 29.01 | 36.28 | 6.18 | - |
| YUV | 150.02 | 55.19 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 21 | 0.06 | 0 | 0.88 | 0.33 | 64.03 | 0.78 | 0.37 |
| Hex | A0 | AA | 15 | 6 | 0 | 58 | 21 | 40 | 4E | 25 |
| Octal | 240 | 252 | 25 | 6 | 0 | 130 | 41 | 100 | 116 | 45 |
| Binary | 10100000 | 10101010 | 10101 | 110 | 0 | 1011000 | 100001 | 1000000 | 1001110 | 100101 |
Color Harmonies of #A0AA15
Complementary color
Monochromatic Colors of #A0AA15
Black with #A0AA15
Text Example
Text Example
White with #A0AA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA15; }
p { color: rgb(160,170,21); }
H1.HeaderClassName
{
color: #A0AA15;
}
.AnyTagClassName
{
color: #A0AA15;
}
</style>
background-color css
<style>
a { background-color: #A0AA15; }
a { background-color: rgb(160,170,21); }
div.DivClassName
{
background-color: #A0AA15;
}
.BgClassName
{
background-color: #A0AA15;
}
</style>
border-color css
<style>
span { border-color: #A0AA15; }
span { border-color: rgb(160,170,21); }
td.TdClassName
{
border-color: #A0AA15;
}
.TagClassName
{
border-color: #A0AA15;
}
</style>