Shades of Spring Rain #A7B8A2
Tints of Spring Rain #A7B8A2
RGB
CMYK
RGB Variations
Color information
#A7B8A2 (or 0xA7B8A2) is known color: Spring Rain. HEX triplet: A7, B8 and A2. RGB value is (167,184,162). Sum of RGB (Red+Green+Blue) = 167+184+162=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 184 - color contains mainly: green. Hex color #A7B8A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B8A2 is #58475D. Grayscale: #B0B0B0. Windows color (decimal): -5785438 or 10664103. OLE color: 10664103.
HSL color Cylindrical-coordinate representation of color #A7B8A2: hue angle of 106.36º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7B8A2 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 184 | 162 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.28 |
| HSL | 106.36º | 0.13% | 0.68% | - |
| HSV(B) | 106.36º | 0.12% | 0.72% | - |
| XYZ | 39.6 | 45.11 | 40.8 | - |
| YUV | 176.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 184 | 162 | 0.09 | 0 | 0.12 | 0.28 | 106.36 | 0.13 | 0.68 |
| Hex | A7 | B8 | A2 | 9 | 0 | C | 1C | 6A | D | 44 |
| Octal | 247 | 270 | 242 | 11 | 0 | 14 | 34 | 152 | 15 | 104 |
| Binary | 10100111 | 10111000 | 10100010 | 1001 | 0 | 1100 | 11100 | 1101010 | 1101 | 1000100 |
Color Harmonies of #A7B8A2
Complementary color
Monochromatic Colors of #A7B8A2
Black with #A7B8A2
Text Example
Text Example
White with #A7B8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B8A2; }
p { color: rgb(167,184,162); }
H1.HeaderClassName
{
color: #A7B8A2;
}
.AnyTagClassName
{
color: #A7B8A2;
}
</style>
background-color css
<style>
a { background-color: #A7B8A2; }
a { background-color: rgb(167,184,162); }
div.DivClassName
{
background-color: #A7B8A2;
}
.BgClassName
{
background-color: #A7B8A2;
}
</style>
border-color css
<style>
span { border-color: #A7B8A2; }
span { border-color: rgb(167,184,162); }
td.TdClassName
{
border-color: #A7B8A2;
}
.TagClassName
{
border-color: #A7B8A2;
}
</style>