Shades of Citrus #A0AF15
Tints of Citrus #A0AF15
RGB
CMYK
RGB Variations
Color information
#A0AF15 (or 0xA0AF15) is known color: Citrus. HEX triplet: A0, AF and 15. RGB value is (160,175,21). Sum of RGB (Red+Green+Blue) = 160+175+21=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AF15 is #5F50EA. Grayscale: #999999. Windows color (decimal): -6246635 or 1421216. OLE color: 1421216.
HSL color Cylindrical-coordinate representation of color #A0AF15: hue angle of 65.84º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0AF15 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 21 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.31 |
| HSL | 65.84º | 0.79% | 0.38% | - |
| HSV(B) | 65.84º | 0.88% | 0.69% | - |
| XYZ | 29.96 | 38.19 | 6.5 | - |
| YUV | 152.96 | 53.53 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 21 | 0.09 | 0 | 0.88 | 0.31 | 65.84 | 0.79 | 0.38 |
| Hex | A0 | AF | 15 | 9 | 0 | 58 | 1F | 42 | 4F | 26 |
| Octal | 240 | 257 | 25 | 11 | 0 | 130 | 37 | 102 | 117 | 46 |
| Binary | 10100000 | 10101111 | 10101 | 1001 | 0 | 1011000 | 11111 | 1000010 | 1001111 | 100110 |
Color Harmonies of #A0AF15
Complementary color
Monochromatic Colors of #A0AF15
Black with #A0AF15
Text Example
Text Example
White with #A0AF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF15; }
p { color: rgb(160,175,21); }
H1.HeaderClassName
{
color: #A0AF15;
}
.AnyTagClassName
{
color: #A0AF15;
}
</style>
background-color css
<style>
a { background-color: #A0AF15; }
a { background-color: rgb(160,175,21); }
div.DivClassName
{
background-color: #A0AF15;
}
.BgClassName
{
background-color: #A0AF15;
}
</style>
border-color css
<style>
span { border-color: #A0AF15; }
span { border-color: rgb(160,175,21); }
td.TdClassName
{
border-color: #A0AF15;
}
.TagClassName
{
border-color: #A0AF15;
}
</style>