Shades of Spring Rain #A1AC9D
Tints of Spring Rain #A1AC9D
RGB
CMYK
RGB Variations
Color information
#A1AC9D (or 0xA1AC9D) is known color: Spring Rain. HEX triplet: A1, AC and 9D. RGB value is (161,172,157). Sum of RGB (Red+Green+Blue) = 161+172+157=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AC9D is #5E5362. Grayscale: #A7A7A7. Windows color (decimal): -6181731 or 10333345. OLE color: 10333345.
HSL color Cylindrical-coordinate representation of color #A1AC9D: hue angle of 104º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A1AC9D is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 157 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.33 |
| HSL | 104º | 0.08% | 0.65% | - |
| HSV(B) | 104º | 0.09% | 0.67% | - |
| XYZ | 35.54 | 39.52 | 37.65 | - |
| YUV | 167 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 157 | 0.06 | 0 | 0.09 | 0.33 | 104 | 0.08 | 0.65 |
| Hex | A1 | AC | 9D | 6 | 0 | 9 | 21 | 68 | 8 | 41 |
| Octal | 241 | 254 | 235 | 6 | 0 | 11 | 41 | 150 | 10 | 101 |
| Binary | 10100001 | 10101100 | 10011101 | 110 | 0 | 1001 | 100001 | 1101000 | 1000 | 1000001 |
Color Harmonies of #A1AC9D
Complementary color
Monochromatic Colors of #A1AC9D
Black with #A1AC9D
Text Example
Text Example
White with #A1AC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC9D; }
p { color: rgb(161,172,157); }
H1.HeaderClassName
{
color: #A1AC9D;
}
.AnyTagClassName
{
color: #A1AC9D;
}
</style>
background-color css
<style>
a { background-color: #A1AC9D; }
a { background-color: rgb(161,172,157); }
div.DivClassName
{
background-color: #A1AC9D;
}
.BgClassName
{
background-color: #A1AC9D;
}
</style>
border-color css
<style>
span { border-color: #A1AC9D; }
span { border-color: rgb(161,172,157); }
td.TdClassName
{
border-color: #A1AC9D;
}
.TagClassName
{
border-color: #A1AC9D;
}
</style>