Shades of Spring Rain #A7BDA1
Tints of Spring Rain #A7BDA1
RGB
CMYK
RGB Variations
Color information
#A7BDA1 (or 0xA7BDA1) is known color: Spring Rain. HEX triplet: A7, BD and A1. RGB value is (167,189,161). Sum of RGB (Red+Green+Blue) = 167+189+161=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BDA1 is #58425E. Grayscale: #B3B3B3. Windows color (decimal): -5784159 or 10599847. OLE color: 10599847.
HSL color Cylindrical-coordinate representation of color #A7BDA1: hue angle of 107.14º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7BDA1 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 189 | 161 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.26 |
| HSL | 107.14º | 0.18% | 0.69% | - |
| HSV(B) | 107.14º | 0.15% | 0.74% | - |
| XYZ | 40.57 | 47.18 | 40.69 | - |
| YUV | 179.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 189 | 161 | 0.12 | 0 | 0.15 | 0.26 | 107.14 | 0.18 | 0.69 |
| Hex | A7 | BD | A1 | C | 0 | F | 1A | 6B | 12 | 45 |
| Octal | 247 | 275 | 241 | 14 | 0 | 17 | 32 | 153 | 22 | 105 |
| Binary | 10100111 | 10111101 | 10100001 | 1100 | 0 | 1111 | 11010 | 1101011 | 10010 | 1000101 |
Color Harmonies of #A7BDA1
Complementary color
Monochromatic Colors of #A7BDA1
Black with #A7BDA1
Text Example
Text Example
White with #A7BDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BDA1; }
p { color: rgb(167,189,161); }
H1.HeaderClassName
{
color: #A7BDA1;
}
.AnyTagClassName
{
color: #A7BDA1;
}
</style>
background-color css
<style>
a { background-color: #A7BDA1; }
a { background-color: rgb(167,189,161); }
div.DivClassName
{
background-color: #A7BDA1;
}
.BgClassName
{
background-color: #A7BDA1;
}
</style>
border-color css
<style>
span { border-color: #A7BDA1; }
span { border-color: rgb(167,189,161); }
td.TdClassName
{
border-color: #A7BDA1;
}
.TagClassName
{
border-color: #A7BDA1;
}
</style>