Shades of Spring Rain #A2BAA1
Tints of Spring Rain #A2BAA1
RGB
CMYK
RGB Variations
Color information
#A2BAA1 (or 0xA2BAA1) is known color: Spring Rain. HEX triplet: A2, BA and A1. RGB value is (162,186,161). Sum of RGB (Red+Green+Blue) = 162+186+161=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BAA1 is #5D455E. Grayscale: #B0B0B0. Windows color (decimal): -6112607 or 10599074. OLE color: 10599074.
HSL color Cylindrical-coordinate representation of color #A2BAA1: hue angle of 117.6º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2BAA1 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 161 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.27 |
| HSL | 117.6º | 0.15% | 0.68% | - |
| HSV(B) | 117.6º | 0.13% | 0.73% | - |
| XYZ | 38.89 | 45.37 | 40.43 | - |
| YUV | 175.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 161 | 0.13 | 0 | 0.13 | 0.27 | 117.6 | 0.15 | 0.68 |
| Hex | A2 | BA | A1 | D | 0 | D | 1B | 76 | F | 44 |
| Octal | 242 | 272 | 241 | 15 | 0 | 15 | 33 | 166 | 17 | 104 |
| Binary | 10100010 | 10111010 | 10100001 | 1101 | 0 | 1101 | 11011 | 1110110 | 1111 | 1000100 |
Color Harmonies of #A2BAA1
Complementary color
Monochromatic Colors of #A2BAA1
Black with #A2BAA1
Text Example
Text Example
White with #A2BAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BAA1; }
p { color: rgb(162,186,161); }
H1.HeaderClassName
{
color: #A2BAA1;
}
.AnyTagClassName
{
color: #A2BAA1;
}
</style>
background-color css
<style>
a { background-color: #A2BAA1; }
a { background-color: rgb(162,186,161); }
div.DivClassName
{
background-color: #A2BAA1;
}
.BgClassName
{
background-color: #A2BAA1;
}
</style>
border-color css
<style>
span { border-color: #A2BAA1; }
span { border-color: rgb(162,186,161); }
td.TdClassName
{
border-color: #A2BAA1;
}
.TagClassName
{
border-color: #A2BAA1;
}
</style>