Shades of Spring Rain #A7BDA0
Tints of Spring Rain #A7BDA0
RGB
CMYK
RGB Variations
Color information
#A7BDA0 (or 0xA7BDA0) is known color: Spring Rain. HEX triplet: A7, BD and A0. RGB value is (167,189,160). Sum of RGB (Red+Green+Blue) = 167+189+160=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 189 - color contains mainly: green. Hex color #A7BDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BDA0 is #58425F. Grayscale: #B3B3B3. Windows color (decimal): -5784160 or 10534311. OLE color: 10534311.
HSL color Cylindrical-coordinate representation of color #A7BDA0: hue angle of 105.52º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7BDA0 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 189 | 160 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.26 |
| HSL | 105.52º | 0.18% | 0.68% | - |
| HSV(B) | 105.52º | 0.15% | 0.74% | - |
| XYZ | 40.48 | 47.15 | 40.22 | - |
| YUV | 179.12 | 117.21 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 189 | 160 | 0.12 | 0 | 0.15 | 0.26 | 105.52 | 0.18 | 0.68 |
| Hex | A7 | BD | A0 | C | 0 | F | 1A | 6A | 12 | 44 |
| Octal | 247 | 275 | 240 | 14 | 0 | 17 | 32 | 152 | 22 | 104 |
| Binary | 10100111 | 10111101 | 10100000 | 1100 | 0 | 1111 | 11010 | 1101010 | 10010 | 1000100 |
Color Harmonies of #A7BDA0
Complementary color
Monochromatic Colors of #A7BDA0
Black with #A7BDA0
Text Example
Text Example
White with #A7BDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BDA0; }
p { color: rgb(167,189,160); }
H1.HeaderClassName
{
color: #A7BDA0;
}
.AnyTagClassName
{
color: #A7BDA0;
}
</style>
background-color css
<style>
a { background-color: #A7BDA0; }
a { background-color: rgb(167,189,160); }
div.DivClassName
{
background-color: #A7BDA0;
}
.BgClassName
{
background-color: #A7BDA0;
}
</style>
border-color css
<style>
span { border-color: #A7BDA0; }
span { border-color: rgb(167,189,160); }
td.TdClassName
{
border-color: #A7BDA0;
}
.TagClassName
{
border-color: #A7BDA0;
}
</style>