Shades of Spring Rain #A1BAA2
Tints of Spring Rain #A1BAA2
RGB
CMYK
RGB Variations
Color information
#A1BAA2 (or 0xA1BAA2) is known color: Spring Rain. HEX triplet: A1, BA and A2. RGB value is (161,186,162). Sum of RGB (Red+Green+Blue) = 161+186+162=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BAA2 is #5E455D. Grayscale: #AFAFAF. Windows color (decimal): -6178142 or 10664609. OLE color: 10664609.
HSL color Cylindrical-coordinate representation of color #A1BAA2: hue angle of 122.4º 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 #A1BAA2 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 186 | 162 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.27 |
| HSL | 122.4º | 0.15% | 0.68% | - |
| HSV(B) | 122.4º | 0.13% | 0.73% | - |
| XYZ | 38.78 | 45.3 | 40.88 | - |
| YUV | 175.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 186 | 162 | 0.13 | 0 | 0.13 | 0.27 | 122.4 | 0.15 | 0.68 |
| Hex | A1 | BA | A2 | D | 0 | D | 1B | 7A | F | 44 |
| Octal | 241 | 272 | 242 | 15 | 0 | 15 | 33 | 172 | 17 | 104 |
| Binary | 10100001 | 10111010 | 10100010 | 1101 | 0 | 1101 | 11011 | 1111010 | 1111 | 1000100 |
Color Harmonies of #A1BAA2
Complementary color
Monochromatic Colors of #A1BAA2
Black with #A1BAA2
Text Example
Text Example
White with #A1BAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1BAA2; }
p { color: rgb(161,186,162); }
H1.HeaderClassName
{
color: #A1BAA2;
}
.AnyTagClassName
{
color: #A1BAA2;
}
</style>
background-color css
<style>
a { background-color: #A1BAA2; }
a { background-color: rgb(161,186,162); }
div.DivClassName
{
background-color: #A1BAA2;
}
.BgClassName
{
background-color: #A1BAA2;
}
</style>
border-color css
<style>
span { border-color: #A1BAA2; }
span { border-color: rgb(161,186,162); }
td.TdClassName
{
border-color: #A1BAA2;
}
.TagClassName
{
border-color: #A1BAA2;
}
</style>