Shades of Spring Rain #A1B29C
Tints of Spring Rain #A1B29C
RGB
CMYK
RGB Variations
Color information
#A1B29C (or 0xA1B29C) is known color: Spring Rain. HEX triplet: A1, B2 and 9C. RGB value is (161,178,156). Sum of RGB (Red+Green+Blue) = 161+178+156=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B29C is #5E4D63. Grayscale: #AAAAAA. Windows color (decimal): -6180196 or 10269345. OLE color: 10269345.
HSL color Cylindrical-coordinate representation of color #A1B29C: hue angle of 106.36º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1B29C is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 178 | 156 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.30 |
| HSL | 106.36º | 0.13% | 0.65% | - |
| HSV(B) | 106.36º | 0.12% | 0.7% | - |
| XYZ | 36.62 | 41.82 | 37.59 | - |
| YUV | 170.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 178 | 156 | 0.10 | 0 | 0.12 | 0.30 | 106.36 | 0.13 | 0.65 |
| Hex | A1 | B2 | 9C | A | 0 | C | 1E | 6A | C | 41 |
| Octal | 241 | 262 | 234 | 12 | 0 | 14 | 36 | 152 | 14 | 101 |
| Binary | 10100001 | 10110010 | 10011100 | 1010 | 0 | 1100 | 11110 | 1101010 | 1100 | 1000001 |
Color Harmonies of #A1B29C
Complementary color
Monochromatic Colors of #A1B29C
Black with #A1B29C
Text Example
Text Example
White with #A1B29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B29C; }
p { color: rgb(161,178,156); }
H1.HeaderClassName
{
color: #A1B29C;
}
.AnyTagClassName
{
color: #A1B29C;
}
</style>
background-color css
<style>
a { background-color: #A1B29C; }
a { background-color: rgb(161,178,156); }
div.DivClassName
{
background-color: #A1B29C;
}
.BgClassName
{
background-color: #A1B29C;
}
</style>
border-color css
<style>
span { border-color: #A1B29C; }
span { border-color: rgb(161,178,156); }
td.TdClassName
{
border-color: #A1B29C;
}
.TagClassName
{
border-color: #A1B29C;
}
</style>