Shades of Spring Rain #A7BEA1
Tints of Spring Rain #A7BEA1
RGB
CMYK
RGB Variations
Color information
#A7BEA1 (or 0xA7BEA1) is known color: Spring Rain. HEX triplet: A7, BE and A1. RGB value is (167,190,161). Sum of RGB (Red+Green+Blue) = 167+190+161=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BEA1 is #58415E. Grayscale: #B3B3B3. Windows color (decimal): -5783903 or 10600103. OLE color: 10600103.
HSL color Cylindrical-coordinate representation of color #A7BEA1: hue angle of 107.59º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7BEA1 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 190 | 161 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.25 |
| HSL | 107.59º | 0.18% | 0.69% | - |
| HSV(B) | 107.59º | 0.15% | 0.75% | - |
| XYZ | 40.78 | 47.62 | 40.76 | - |
| YUV | 179.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 190 | 161 | 0.12 | 0 | 0.15 | 0.25 | 107.59 | 0.18 | 0.69 |
| Hex | A7 | BE | A1 | C | 0 | F | 19 | 6C | 12 | 45 |
| Octal | 247 | 276 | 241 | 14 | 0 | 17 | 31 | 154 | 22 | 105 |
| Binary | 10100111 | 10111110 | 10100001 | 1100 | 0 | 1111 | 11001 | 1101100 | 10010 | 1000101 |
Color Harmonies of #A7BEA1
Complementary color
Monochromatic Colors of #A7BEA1
Black with #A7BEA1
Text Example
Text Example
White with #A7BEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BEA1; }
p { color: rgb(167,190,161); }
H1.HeaderClassName
{
color: #A7BEA1;
}
.AnyTagClassName
{
color: #A7BEA1;
}
</style>
background-color css
<style>
a { background-color: #A7BEA1; }
a { background-color: rgb(167,190,161); }
div.DivClassName
{
background-color: #A7BEA1;
}
.BgClassName
{
background-color: #A7BEA1;
}
</style>
border-color css
<style>
span { border-color: #A7BEA1; }
span { border-color: rgb(167,190,161); }
td.TdClassName
{
border-color: #A7BEA1;
}
.TagClassName
{
border-color: #A7BEA1;
}
</style>