Shades of Spring Rain #A2AB9E
Tints of Spring Rain #A2AB9E
RGB
CMYK
RGB Variations
Color information
#A2AB9E (or 0xA2AB9E) is known color: Spring Rain. HEX triplet: A2, AB and 9E. RGB value is (162,171,158). Sum of RGB (Red+Green+Blue) = 162+171+158=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AB9E is #5D5461. Grayscale: #A6A6A6. Windows color (decimal): -6116450 or 10398626. OLE color: 10398626.
HSL color Cylindrical-coordinate representation of color #A2AB9E: hue angle of 101.54º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A2AB9E is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
RGB | 162 | 171 | 158 | - |
CMYK | 0.05 | 0 | 0.08 | 0.33 |
HSL | 101.54º | 0.07% | 0.65% | - |
HSV(B) | 101.54º | 0.08% | 0.67% | - |
XYZ | 35.63 | 39.28 | 38.05 | - |
YUV | 166.83 | 123.02 | 124.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 171 | 158 | 0.05 | 0 | 0.08 | 0.33 | 101.54 | 0.07 | 0.65 |
Hex | A2 | AB | 9E | 5 | 0 | 8 | 21 | 66 | 7 | 41 |
Octal | 242 | 253 | 236 | 5 | 0 | 10 | 41 | 146 | 7 | 101 |
Binary | 10100010 | 10101011 | 10011110 | 101 | 0 | 1000 | 100001 | 1100110 | 111 | 1000001 |
Color Harmonies of #A2AB9E
Complementary color
Monochromatic Colors of #A2AB9E
Black with #A2AB9E
Text Example
Text Example
White with #A2AB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB9E; }
p { color: rgb(162,171,158); }
H1.HeaderClassName
{
color: #A2AB9E;
}
.AnyTagClassName
{
color: #A2AB9E;
}
</style>
background-color css
<style>
a { background-color: #A2AB9E; }
a { background-color: rgb(162,171,158); }
div.DivClassName
{
background-color: #A2AB9E;
}
.BgClassName
{
background-color: #A2AB9E;
}
</style>
border-color css
<style>
span { border-color: #A2AB9E; }
span { border-color: rgb(162,171,158); }
td.TdClassName
{
border-color: #A2AB9E;
}
.TagClassName
{
border-color: #A2AB9E;
}
</style>