Shades of Spring Rain #A2AB9D
Tints of Spring Rain #A2AB9D
RGB
CMYK
RGB Variations
Color information
#A2AB9D (or 0xA2AB9D) is known color: Spring Rain. HEX triplet: A2, AB and 9D. RGB value is (162,171,157). Sum of RGB (Red+Green+Blue) = 162+171+157=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 171 - color contains mainly: green. Hex color #A2AB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AB9D is #5D5462. Grayscale: #A6A6A6. Windows color (decimal): -6116451 or 10333090. OLE color: 10333090.
HSL color Cylindrical-coordinate representation of color #A2AB9D: hue angle of 98.57º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A2AB9D is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
RGB | 162 | 171 | 157 | - |
CMYK | 0.05 | 0 | 0.08 | 0.33 |
HSL | 98.57º | 0.08% | 0.64% | - |
HSV(B) | 98.57º | 0.08% | 0.67% | - |
XYZ | 35.55 | 39.24 | 37.6 | - |
YUV | 166.71 | 122.52 | 124.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 171 | 157 | 0.05 | 0 | 0.08 | 0.33 | 98.57 | 0.08 | 0.64 |
Hex | A2 | AB | 9D | 5 | 0 | 8 | 21 | 63 | 8 | 40 |
Octal | 242 | 253 | 235 | 5 | 0 | 10 | 41 | 143 | 10 | 100 |
Binary | 10100010 | 10101011 | 10011101 | 101 | 0 | 1000 | 100001 | 1100011 | 1000 | 1000000 |
Color Harmonies of #A2AB9D
Complementary color
Monochromatic Colors of #A2AB9D
Black with #A2AB9D
Text Example
Text Example
White with #A2AB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AB9D; }
p { color: rgb(162,171,157); }
H1.HeaderClassName
{
color: #A2AB9D;
}
.AnyTagClassName
{
color: #A2AB9D;
}
</style>
background-color css
<style>
a { background-color: #A2AB9D; }
a { background-color: rgb(162,171,157); }
div.DivClassName
{
background-color: #A2AB9D;
}
.BgClassName
{
background-color: #A2AB9D;
}
</style>
border-color css
<style>
span { border-color: #A2AB9D; }
span { border-color: rgb(162,171,157); }
td.TdClassName
{
border-color: #A2AB9D;
}
.TagClassName
{
border-color: #A2AB9D;
}
</style>