Shades of Spring Rain #A1AF9F
Tints of Spring Rain #A1AF9F
RGB
CMYK
RGB Variations
Color information
#A1AF9F (or 0xA1AF9F) is known color: Spring Rain. HEX triplet: A1, AF and 9F. RGB value is (161,175,159). Sum of RGB (Red+Green+Blue) = 161+175+159=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AF9F is #5E5060. Grayscale: #A9A9A9. Windows color (decimal): -6180961 or 10465185. OLE color: 10465185.
HSL color Cylindrical-coordinate representation of color #A1AF9F: hue angle of 112.5º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A1AF9F is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 159 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.31 |
| HSL | 112.5º | 0.09% | 0.65% | - |
| HSV(B) | 112.5º | 0.09% | 0.69% | - |
| XYZ | 36.29 | 40.74 | 38.75 | - |
| YUV | 168.99 | 122.36 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 159 | 0.08 | 0 | 0.09 | 0.31 | 112.5 | 0.09 | 0.65 |
| Hex | A1 | AF | 9F | 8 | 0 | 9 | 1F | 70 | 9 | 41 |
| Octal | 241 | 257 | 237 | 10 | 0 | 11 | 37 | 160 | 11 | 101 |
| Binary | 10100001 | 10101111 | 10011111 | 1000 | 0 | 1001 | 11111 | 1110000 | 1001 | 1000001 |
Color Harmonies of #A1AF9F
Complementary color
Monochromatic Colors of #A1AF9F
Black with #A1AF9F
Text Example
Text Example
White with #A1AF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF9F; }
p { color: rgb(161,175,159); }
H1.HeaderClassName
{
color: #A1AF9F;
}
.AnyTagClassName
{
color: #A1AF9F;
}
</style>
background-color css
<style>
a { background-color: #A1AF9F; }
a { background-color: rgb(161,175,159); }
div.DivClassName
{
background-color: #A1AF9F;
}
.BgClassName
{
background-color: #A1AF9F;
}
</style>
border-color css
<style>
span { border-color: #A1AF9F; }
span { border-color: rgb(161,175,159); }
td.TdClassName
{
border-color: #A1AF9F;
}
.TagClassName
{
border-color: #A1AF9F;
}
</style>