Shades of Spring Rain #A7B3A1
Tints of Spring Rain #A7B3A1
RGB
CMYK
RGB Variations
Color information
#A7B3A1 (or 0xA7B3A1) is known color: Spring Rain. HEX triplet: A7, B3 and A1. RGB value is (167,179,161). Sum of RGB (Red+Green+Blue) = 167+179+161=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B3A1 is #584C5E. Grayscale: #ADADAD. Windows color (decimal): -5786719 or 10597287. OLE color: 10597287.
HSL color Cylindrical-coordinate representation of color #A7B3A1: hue angle of 100º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A7B3A1 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 179 | 161 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.30 |
| HSL | 100º | 0.11% | 0.67% | - |
| HSV(B) | 100º | 0.1% | 0.7% | - |
| XYZ | 38.49 | 43.03 | 40 | - |
| YUV | 173.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 179 | 161 | 0.07 | 0 | 0.10 | 0.30 | 100 | 0.11 | 0.67 |
| Hex | A7 | B3 | A1 | 7 | 0 | A | 1E | 64 | B | 43 |
| Octal | 247 | 263 | 241 | 7 | 0 | 12 | 36 | 144 | 13 | 103 |
| Binary | 10100111 | 10110011 | 10100001 | 111 | 0 | 1010 | 11110 | 1100100 | 1011 | 1000011 |
Color Harmonies of #A7B3A1
Complementary color
Monochromatic Colors of #A7B3A1
Black with #A7B3A1
Text Example
Text Example
White with #A7B3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B3A1; }
p { color: rgb(167,179,161); }
H1.HeaderClassName
{
color: #A7B3A1;
}
.AnyTagClassName
{
color: #A7B3A1;
}
</style>
background-color css
<style>
a { background-color: #A7B3A1; }
a { background-color: rgb(167,179,161); }
div.DivClassName
{
background-color: #A7B3A1;
}
.BgClassName
{
background-color: #A7B3A1;
}
</style>
border-color css
<style>
span { border-color: #A7B3A1; }
span { border-color: rgb(167,179,161); }
td.TdClassName
{
border-color: #A7B3A1;
}
.TagClassName
{
border-color: #A7B3A1;
}
</style>