Shades of Spring Rain #A1AFA0
Tints of Spring Rain #A1AFA0
RGB
CMYK
RGB Variations
Color information
#A1AFA0 (or 0xA1AFA0) is known color: Spring Rain. HEX triplet: A1, AF and A0. RGB value is (161,175,160). Sum of RGB (Red+Green+Blue) = 161+175+160=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AFA0 is #5E505F. Grayscale: #A9A9A9. Windows color (decimal): -6180960 or 10530721. OLE color: 10530721.
HSL color Cylindrical-coordinate representation of color #A1AFA0: hue angle of 116º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A1AFA0 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 160 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.31 |
| HSL | 116º | 0.09% | 0.66% | - |
| HSV(B) | 116º | 0.09% | 0.69% | - |
| XYZ | 36.37 | 40.78 | 39.21 | - |
| YUV | 169.1 | 122.86 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 160 | 0.08 | 0 | 0.09 | 0.31 | 116 | 0.09 | 0.66 |
| Hex | A1 | AF | A0 | 8 | 0 | 9 | 1F | 74 | 9 | 42 |
| Octal | 241 | 257 | 240 | 10 | 0 | 11 | 37 | 164 | 11 | 102 |
| Binary | 10100001 | 10101111 | 10100000 | 1000 | 0 | 1001 | 11111 | 1110100 | 1001 | 1000010 |
Color Harmonies of #A1AFA0
Complementary color
Monochromatic Colors of #A1AFA0
Black with #A1AFA0
Text Example
Text Example
White with #A1AFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AFA0; }
p { color: rgb(161,175,160); }
H1.HeaderClassName
{
color: #A1AFA0;
}
.AnyTagClassName
{
color: #A1AFA0;
}
</style>
background-color css
<style>
a { background-color: #A1AFA0; }
a { background-color: rgb(161,175,160); }
div.DivClassName
{
background-color: #A1AFA0;
}
.BgClassName
{
background-color: #A1AFA0;
}
</style>
border-color css
<style>
span { border-color: #A1AFA0; }
span { border-color: rgb(161,175,160); }
td.TdClassName
{
border-color: #A1AFA0;
}
.TagClassName
{
border-color: #A1AFA0;
}
</style>