Shades of Spring Rain #A1AC9B
Tints of Spring Rain #A1AC9B
RGB
CMYK
RGB Variations
Color information
#A1AC9B (or 0xA1AC9B) is known color: Spring Rain. HEX triplet: A1, AC and 9B. RGB value is (161,172,155). Sum of RGB (Red+Green+Blue) = 161+172+155=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AC9B is #5E5364. Grayscale: #A6A6A6. Windows color (decimal): -6181733 or 10202273. OLE color: 10202273.
HSL color Cylindrical-coordinate representation of color #A1AC9B: hue angle of 98.82º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A1AC9B is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 155 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.33 |
| HSL | 98.82º | 0.09% | 0.64% | - |
| HSV(B) | 98.82º | 0.1% | 0.67% | - |
| XYZ | 35.37 | 39.45 | 36.76 | - |
| YUV | 166.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 155 | 0.06 | 0 | 0.10 | 0.33 | 98.82 | 0.09 | 0.64 |
| Hex | A1 | AC | 9B | 6 | 0 | A | 21 | 63 | 9 | 40 |
| Octal | 241 | 254 | 233 | 6 | 0 | 12 | 41 | 143 | 11 | 100 |
| Binary | 10100001 | 10101100 | 10011011 | 110 | 0 | 1010 | 100001 | 1100011 | 1001 | 1000000 |
Color Harmonies of #A1AC9B
Complementary color
Monochromatic Colors of #A1AC9B
Black with #A1AC9B
Text Example
Text Example
White with #A1AC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC9B; }
p { color: rgb(161,172,155); }
H1.HeaderClassName
{
color: #A1AC9B;
}
.AnyTagClassName
{
color: #A1AC9B;
}
</style>
background-color css
<style>
a { background-color: #A1AC9B; }
a { background-color: rgb(161,172,155); }
div.DivClassName
{
background-color: #A1AC9B;
}
.BgClassName
{
background-color: #A1AC9B;
}
</style>
border-color css
<style>
span { border-color: #A1AC9B; }
span { border-color: rgb(161,172,155); }
td.TdClassName
{
border-color: #A1AC9B;
}
.TagClassName
{
border-color: #A1AC9B;
}
</style>