Shades of Spring Rain #A2B19F
Tints of Spring Rain #A2B19F
RGB
CMYK
RGB Variations
Color information
#A2B19F (or 0xA2B19F) is known color: Spring Rain. HEX triplet: A2, B1 and 9F. RGB value is (162,177,159). Sum of RGB (Red+Green+Blue) = 162+177+159=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B19F is #5D4E60. Grayscale: #AAAAAA. Windows color (decimal): -6114913 or 10465698. OLE color: 10465698.
HSL color Cylindrical-coordinate representation of color #A2B19F: hue angle of 110º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2B19F is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 177 | 159 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.31 |
| HSL | 110º | 0.1% | 0.66% | - |
| HSV(B) | 110º | 0.1% | 0.69% | - |
| XYZ | 36.88 | 41.63 | 38.89 | - |
| YUV | 170.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 177 | 159 | 0.08 | 0 | 0.10 | 0.31 | 110 | 0.1 | 0.66 |
| Hex | A2 | B1 | 9F | 8 | 0 | A | 1F | 6E | A | 42 |
| Octal | 242 | 261 | 237 | 10 | 0 | 12 | 37 | 156 | 12 | 102 |
| Binary | 10100010 | 10110001 | 10011111 | 1000 | 0 | 1010 | 11111 | 1101110 | 1010 | 1000010 |
Color Harmonies of #A2B19F
Complementary color
Monochromatic Colors of #A2B19F
Black with #A2B19F
Text Example
Text Example
White with #A2B19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B19F; }
p { color: rgb(162,177,159); }
H1.HeaderClassName
{
color: #A2B19F;
}
.AnyTagClassName
{
color: #A2B19F;
}
</style>
background-color css
<style>
a { background-color: #A2B19F; }
a { background-color: rgb(162,177,159); }
div.DivClassName
{
background-color: #A2B19F;
}
.BgClassName
{
background-color: #A2B19F;
}
</style>
border-color css
<style>
span { border-color: #A2B19F; }
span { border-color: rgb(162,177,159); }
td.TdClassName
{
border-color: #A2B19F;
}
.TagClassName
{
border-color: #A2B19F;
}
</style>