Shades of Spring Rain #A0AF98
Tints of Spring Rain #A0AF98
RGB
CMYK
RGB Variations
Color information
#A0AF98 (or 0xA0AF98) is known color: Spring Rain. HEX triplet: A0, AF and 98. RGB value is (160,175,152). Sum of RGB (Red+Green+Blue) = 160+175+152=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AF98 is #5F5067. Grayscale: #A7A7A7. Windows color (decimal): -6246504 or 10006432. OLE color: 10006432.
HSL color Cylindrical-coordinate representation of color #A0AF98: hue angle of 99.13º degrees, saturation: 0.13, 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 #A0AF98 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 152 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.31 |
| HSL | 99.13º | 0.13% | 0.64% | - |
| HSV(B) | 99.13º | 0.13% | 0.69% | - |
| XYZ | 35.49 | 40.4 | 35.63 | - |
| YUV | 167.89 | 119.03 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 152 | 0.09 | 0 | 0.13 | 0.31 | 99.13 | 0.13 | 0.64 |
| Hex | A0 | AF | 98 | 9 | 0 | D | 1F | 63 | D | 40 |
| Octal | 240 | 257 | 230 | 11 | 0 | 15 | 37 | 143 | 15 | 100 |
| Binary | 10100000 | 10101111 | 10011000 | 1001 | 0 | 1101 | 11111 | 1100011 | 1101 | 1000000 |
Color Harmonies of #A0AF98
Complementary color
Monochromatic Colors of #A0AF98
Black with #A0AF98
Text Example
Text Example
White with #A0AF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF98; }
p { color: rgb(160,175,152); }
H1.HeaderClassName
{
color: #A0AF98;
}
.AnyTagClassName
{
color: #A0AF98;
}
</style>
background-color css
<style>
a { background-color: #A0AF98; }
a { background-color: rgb(160,175,152); }
div.DivClassName
{
background-color: #A0AF98;
}
.BgClassName
{
background-color: #A0AF98;
}
</style>
border-color css
<style>
span { border-color: #A0AF98; }
span { border-color: rgb(160,175,152); }
td.TdClassName
{
border-color: #A0AF98;
}
.TagClassName
{
border-color: #A0AF98;
}
</style>