Shades of Spring Rain #A0AF99
Tints of Spring Rain #A0AF99
RGB
CMYK
RGB Variations
Color information
#A0AF99 (or 0xA0AF99) is known color: Spring Rain. HEX triplet: A0, AF and 99. RGB value is (160,175,153). Sum of RGB (Red+Green+Blue) = 160+175+153=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AF99 is #5F5066. Grayscale: #A8A8A8. Windows color (decimal): -6246503 or 10071968. OLE color: 10071968.
HSL color Cylindrical-coordinate representation of color #A0AF99: hue angle of 100.91º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A0AF99 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 153 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.31 |
| HSL | 100.91º | 0.12% | 0.64% | - |
| HSV(B) | 100.91º | 0.13% | 0.69% | - |
| XYZ | 35.58 | 40.43 | 36.07 | - |
| YUV | 168.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 153 | 0.09 | 0 | 0.13 | 0.31 | 100.91 | 0.12 | 0.64 |
| Hex | A0 | AF | 99 | 9 | 0 | D | 1F | 65 | C | 40 |
| Octal | 240 | 257 | 231 | 11 | 0 | 15 | 37 | 145 | 14 | 100 |
| Binary | 10100000 | 10101111 | 10011001 | 1001 | 0 | 1101 | 11111 | 1100101 | 1100 | 1000000 |
Color Harmonies of #A0AF99
Complementary color
Monochromatic Colors of #A0AF99
Black with #A0AF99
Text Example
Text Example
White with #A0AF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF99; }
p { color: rgb(160,175,153); }
H1.HeaderClassName
{
color: #A0AF99;
}
.AnyTagClassName
{
color: #A0AF99;
}
</style>
background-color css
<style>
a { background-color: #A0AF99; }
a { background-color: rgb(160,175,153); }
div.DivClassName
{
background-color: #A0AF99;
}
.BgClassName
{
background-color: #A0AF99;
}
</style>
border-color css
<style>
span { border-color: #A0AF99; }
span { border-color: rgb(160,175,153); }
td.TdClassName
{
border-color: #A0AF99;
}
.TagClassName
{
border-color: #A0AF99;
}
</style>