Shades of Spring Rain #A0AF9E
Tints of Spring Rain #A0AF9E
RGB
CMYK
RGB Variations
Color information
#A0AF9E (or 0xA0AF9E) is known color: Spring Rain. HEX triplet: A0, AF and 9E. RGB value is (160,175,158). Sum of RGB (Red+Green+Blue) = 160+175+158=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AF9E is #5F5061. Grayscale: #A8A8A8. Windows color (decimal): -6246498 or 10399648. OLE color: 10399648.
HSL color Cylindrical-coordinate representation of color #A0AF9E: hue angle of 112.94º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A0AF9E is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 158 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.31 |
| HSL | 112.94º | 0.1% | 0.65% | - |
| HSV(B) | 112.94º | 0.1% | 0.69% | - |
| XYZ | 36 | 40.6 | 38.29 | - |
| YUV | 168.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 158 | 0.09 | 0 | 0.10 | 0.31 | 112.94 | 0.1 | 0.65 |
| Hex | A0 | AF | 9E | 9 | 0 | A | 1F | 71 | A | 41 |
| Octal | 240 | 257 | 236 | 11 | 0 | 12 | 37 | 161 | 12 | 101 |
| Binary | 10100000 | 10101111 | 10011110 | 1001 | 0 | 1010 | 11111 | 1110001 | 1010 | 1000001 |
Color Harmonies of #A0AF9E
Complementary color
Monochromatic Colors of #A0AF9E
Black with #A0AF9E
Text Example
Text Example
White with #A0AF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF9E; }
p { color: rgb(160,175,158); }
H1.HeaderClassName
{
color: #A0AF9E;
}
.AnyTagClassName
{
color: #A0AF9E;
}
</style>
background-color css
<style>
a { background-color: #A0AF9E; }
a { background-color: rgb(160,175,158); }
div.DivClassName
{
background-color: #A0AF9E;
}
.BgClassName
{
background-color: #A0AF9E;
}
</style>
border-color css
<style>
span { border-color: #A0AF9E; }
span { border-color: rgb(160,175,158); }
td.TdClassName
{
border-color: #A0AF9E;
}
.TagClassName
{
border-color: #A0AF9E;
}
</style>