Shades of Spring Rain #A2BA9E
Tints of Spring Rain #A2BA9E
RGB
CMYK
RGB Variations
Color information
#A2BA9E (or 0xA2BA9E) is known color: Spring Rain. HEX triplet: A2, BA and 9E. RGB value is (162,186,158). Sum of RGB (Red+Green+Blue) = 162+186+158=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BA9E is #5D4561. Grayscale: #AFAFAF. Windows color (decimal): -6112610 or 10402466. OLE color: 10402466.
HSL color Cylindrical-coordinate representation of color #A2BA9E: hue angle of 111.43º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2BA9E is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 186 | 158 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.27 |
| HSL | 111.43º | 0.17% | 0.67% | - |
| HSV(B) | 111.43º | 0.15% | 0.73% | - |
| XYZ | 38.63 | 45.27 | 39.05 | - |
| YUV | 175.63 | 118.05 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 186 | 158 | 0.13 | 0 | 0.15 | 0.27 | 111.43 | 0.17 | 0.67 |
| Hex | A2 | BA | 9E | D | 0 | F | 1B | 6F | 11 | 43 |
| Octal | 242 | 272 | 236 | 15 | 0 | 17 | 33 | 157 | 21 | 103 |
| Binary | 10100010 | 10111010 | 10011110 | 1101 | 0 | 1111 | 11011 | 1101111 | 10001 | 1000011 |
Color Harmonies of #A2BA9E
Complementary color
Monochromatic Colors of #A2BA9E
Black with #A2BA9E
Text Example
Text Example
White with #A2BA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BA9E; }
p { color: rgb(162,186,158); }
H1.HeaderClassName
{
color: #A2BA9E;
}
.AnyTagClassName
{
color: #A2BA9E;
}
</style>
background-color css
<style>
a { background-color: #A2BA9E; }
a { background-color: rgb(162,186,158); }
div.DivClassName
{
background-color: #A2BA9E;
}
.BgClassName
{
background-color: #A2BA9E;
}
</style>
border-color css
<style>
span { border-color: #A2BA9E; }
span { border-color: rgb(162,186,158); }
td.TdClassName
{
border-color: #A2BA9E;
}
.TagClassName
{
border-color: #A2BA9E;
}
</style>