Shades of Spring Rain #A2B7A3
Tints of Spring Rain #A2B7A3
RGB
CMYK
RGB Variations
Color information
#A2B7A3 (or 0xA2B7A3) is known color: Spring Rain. HEX triplet: A2, B7 and A3. RGB value is (162,183,163). Sum of RGB (Red+Green+Blue) = 162+183+163=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 163 (64.06% from 255 or 32.09% from 508); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B7A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B7A3 is #5D485C. Grayscale: #AEAEAE. Windows color (decimal): -6113373 or 10729378. OLE color: 10729378.
HSL color Cylindrical-coordinate representation of color #A2B7A3: hue angle of 122.86º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A2B7A3 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 183 | 163 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.28 |
| HSL | 122.86º | 0.13% | 0.68% | - |
| HSV(B) | 122.86º | 0.11% | 0.72% | - |
| XYZ | 38.44 | 44.19 | 41.15 | - |
| YUV | 174.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 183 | 163 | 0.11 | 0 | 0.11 | 0.28 | 122.86 | 0.13 | 0.68 |
| Hex | A2 | B7 | A3 | B | 0 | B | 1C | 7B | D | 44 |
| Octal | 242 | 267 | 243 | 13 | 0 | 13 | 34 | 173 | 15 | 104 |
| Binary | 10100010 | 10110111 | 10100011 | 1011 | 0 | 1011 | 11100 | 1111011 | 1101 | 1000100 |
Color Harmonies of #A2B7A3
Complementary color
Monochromatic Colors of #A2B7A3
Black with #A2B7A3
Text Example
Text Example
White with #A2B7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B7A3; }
p { color: rgb(162,183,163); }
H1.HeaderClassName
{
color: #A2B7A3;
}
.AnyTagClassName
{
color: #A2B7A3;
}
</style>
background-color css
<style>
a { background-color: #A2B7A3; }
a { background-color: rgb(162,183,163); }
div.DivClassName
{
background-color: #A2B7A3;
}
.BgClassName
{
background-color: #A2B7A3;
}
</style>
border-color css
<style>
span { border-color: #A2B7A3; }
span { border-color: rgb(162,183,163); }
td.TdClassName
{
border-color: #A2B7A3;
}
.TagClassName
{
border-color: #A2B7A3;
}
</style>