Shades of Spring Rain #A2AA9E
Tints of Spring Rain #A2AA9E
RGB
CMYK
RGB Variations
Color information
#A2AA9E (or 0xA2AA9E) is known color: Spring Rain. HEX triplet: A2, AA and 9E. RGB value is (162,170,158). Sum of RGB (Red+Green+Blue) = 162+170+158=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AA9E is #5D5561. Grayscale: #A6A6A6. Windows color (decimal): -6116706 or 10398370. OLE color: 10398370.
HSL color Cylindrical-coordinate representation of color #A2AA9E: hue angle of 100º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A2AA9E is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 158 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.33 |
| HSL | 100º | 0.07% | 0.64% | - |
| HSV(B) | 100º | 0.07% | 0.67% | - |
| XYZ | 35.45 | 38.9 | 37.99 | - |
| YUV | 166.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 158 | 0.05 | 0 | 0.07 | 0.33 | 100 | 0.07 | 0.64 |
| Hex | A2 | AA | 9E | 5 | 0 | 7 | 21 | 64 | 7 | 40 |
| Octal | 242 | 252 | 236 | 5 | 0 | 7 | 41 | 144 | 7 | 100 |
| Binary | 10100010 | 10101010 | 10011110 | 101 | 0 | 111 | 100001 | 1100100 | 111 | 1000000 |
Color Harmonies of #A2AA9E
Complementary color
Monochromatic Colors of #A2AA9E
Black with #A2AA9E
Text Example
Text Example
White with #A2AA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA9E; }
p { color: rgb(162,170,158); }
H1.HeaderClassName
{
color: #A2AA9E;
}
.AnyTagClassName
{
color: #A2AA9E;
}
</style>
background-color css
<style>
a { background-color: #A2AA9E; }
a { background-color: rgb(162,170,158); }
div.DivClassName
{
background-color: #A2AA9E;
}
.BgClassName
{
background-color: #A2AA9E;
}
</style>
border-color css
<style>
span { border-color: #A2AA9E; }
span { border-color: rgb(162,170,158); }
td.TdClassName
{
border-color: #A2AA9E;
}
.TagClassName
{
border-color: #A2AA9E;
}
</style>