Shades of Spring Rain #A1B19E
Tints of Spring Rain #A1B19E
RGB
CMYK
RGB Variations
Color information
#A1B19E (or 0xA1B19E) is known color: Spring Rain. HEX triplet: A1, B1 and 9E. RGB value is (161,177,158). Sum of RGB (Red+Green+Blue) = 161+177+158=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B19E is #5E4E61. Grayscale: #AAAAAA. Windows color (decimal): -6180450 or 10400161. OLE color: 10400161.
HSL color Cylindrical-coordinate representation of color #A1B19E: hue angle of 110.53º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1B19E is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 177 | 158 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.31 |
| HSL | 110.53º | 0.11% | 0.66% | - |
| HSV(B) | 110.53º | 0.11% | 0.69% | - |
| XYZ | 36.59 | 41.49 | 38.43 | - |
| YUV | 170.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 177 | 158 | 0.09 | 0 | 0.11 | 0.31 | 110.53 | 0.11 | 0.66 |
| Hex | A1 | B1 | 9E | 9 | 0 | B | 1F | 6F | B | 42 |
| Octal | 241 | 261 | 236 | 11 | 0 | 13 | 37 | 157 | 13 | 102 |
| Binary | 10100001 | 10110001 | 10011110 | 1001 | 0 | 1011 | 11111 | 1101111 | 1011 | 1000010 |
Color Harmonies of #A1B19E
Complementary color
Monochromatic Colors of #A1B19E
Black with #A1B19E
Text Example
Text Example
White with #A1B19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B19E; }
p { color: rgb(161,177,158); }
H1.HeaderClassName
{
color: #A1B19E;
}
.AnyTagClassName
{
color: #A1B19E;
}
</style>
background-color css
<style>
a { background-color: #A1B19E; }
a { background-color: rgb(161,177,158); }
div.DivClassName
{
background-color: #A1B19E;
}
.BgClassName
{
background-color: #A1B19E;
}
</style>
border-color css
<style>
span { border-color: #A1B19E; }
span { border-color: rgb(161,177,158); }
td.TdClassName
{
border-color: #A1B19E;
}
.TagClassName
{
border-color: #A1B19E;
}
</style>