Shades of Spring Rain #A2B89F
Tints of Spring Rain #A2B89F
RGB
CMYK
RGB Variations
Color information
#A2B89F (or 0xA2B89F) is known color: Spring Rain. HEX triplet: A2, B8 and 9F. RGB value is (162,184,159). Sum of RGB (Red+Green+Blue) = 162+184+159=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B89F is #5D4760. Grayscale: #AEAEAE. Windows color (decimal): -6113121 or 10467490. OLE color: 10467490.
HSL color Cylindrical-coordinate representation of color #A2B89F: hue angle of 112.8º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2B89F is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 184 | 159 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.28 |
| HSL | 112.8º | 0.15% | 0.67% | - |
| HSV(B) | 112.8º | 0.14% | 0.72% | - |
| XYZ | 38.3 | 44.47 | 39.37 | - |
| YUV | 174.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 184 | 159 | 0.12 | 0 | 0.14 | 0.28 | 112.8 | 0.15 | 0.67 |
| Hex | A2 | B8 | 9F | C | 0 | E | 1C | 71 | F | 43 |
| Octal | 242 | 270 | 237 | 14 | 0 | 16 | 34 | 161 | 17 | 103 |
| Binary | 10100010 | 10111000 | 10011111 | 1100 | 0 | 1110 | 11100 | 1110001 | 1111 | 1000011 |
Color Harmonies of #A2B89F
Complementary color
Monochromatic Colors of #A2B89F
Black with #A2B89F
Text Example
Text Example
White with #A2B89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B89F; }
p { color: rgb(162,184,159); }
H1.HeaderClassName
{
color: #A2B89F;
}
.AnyTagClassName
{
color: #A2B89F;
}
</style>
background-color css
<style>
a { background-color: #A2B89F; }
a { background-color: rgb(162,184,159); }
div.DivClassName
{
background-color: #A2B89F;
}
.BgClassName
{
background-color: #A2B89F;
}
</style>
border-color css
<style>
span { border-color: #A2B89F; }
span { border-color: rgb(162,184,159); }
td.TdClassName
{
border-color: #A2B89F;
}
.TagClassName
{
border-color: #A2B89F;
}
</style>