Shades of Spring Rain #A2B0A0
Tints of Spring Rain #A2B0A0
RGB
CMYK
RGB Variations
Color information
#A2B0A0 (or 0xA2B0A0) is known color: Spring Rain. HEX triplet: A2, B0 and A0. RGB value is (162,176,160). Sum of RGB (Red+Green+Blue) = 162+176+160=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B0A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B0A0 is #5D4F5F. Grayscale: #AAAAAA. Windows color (decimal): -6115168 or 10530978. OLE color: 10530978.
HSL color Cylindrical-coordinate representation of color #A2B0A0: hue angle of 112.5º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A2B0A0 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 176 | 160 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.31 |
| HSL | 112.5º | 0.09% | 0.66% | - |
| HSV(B) | 112.5º | 0.09% | 0.69% | - |
| XYZ | 36.77 | 41.27 | 39.29 | - |
| YUV | 169.99 | 122.36 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 176 | 160 | 0.08 | 0 | 0.09 | 0.31 | 112.5 | 0.09 | 0.66 |
| Hex | A2 | B0 | A0 | 8 | 0 | 9 | 1F | 70 | 9 | 42 |
| Octal | 242 | 260 | 240 | 10 | 0 | 11 | 37 | 160 | 11 | 102 |
| Binary | 10100010 | 10110000 | 10100000 | 1000 | 0 | 1001 | 11111 | 1110000 | 1001 | 1000010 |
Color Harmonies of #A2B0A0
Complementary color
Monochromatic Colors of #A2B0A0
Black with #A2B0A0
Text Example
Text Example
White with #A2B0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B0A0; }
p { color: rgb(162,176,160); }
H1.HeaderClassName
{
color: #A2B0A0;
}
.AnyTagClassName
{
color: #A2B0A0;
}
</style>
background-color css
<style>
a { background-color: #A2B0A0; }
a { background-color: rgb(162,176,160); }
div.DivClassName
{
background-color: #A2B0A0;
}
.BgClassName
{
background-color: #A2B0A0;
}
</style>
border-color css
<style>
span { border-color: #A2B0A0; }
span { border-color: rgb(162,176,160); }
td.TdClassName
{
border-color: #A2B0A0;
}
.TagClassName
{
border-color: #A2B0A0;
}
</style>