Shades of Spring Rain #A3BD9C
Tints of Spring Rain #A3BD9C
RGB
CMYK
RGB Variations
Color information
#A3BD9C (or 0xA3BD9C) is known color: Spring Rain. HEX triplet: A3, BD and 9C. RGB value is (163,189,156). Sum of RGB (Red+Green+Blue) = 163+189+156=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BD9C is #5C4263. Grayscale: #B1B1B1. Windows color (decimal): -6046308 or 10272163. OLE color: 10272163.
HSL color Cylindrical-coordinate representation of color #A3BD9C: hue angle of 107.27º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3BD9C is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 189 | 156 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.26 |
| HSL | 107.27º | 0.2% | 0.68% | - |
| HSV(B) | 107.27º | 0.17% | 0.74% | - |
| XYZ | 39.3 | 46.58 | 38.37 | - |
| YUV | 177.46 | 115.89 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 189 | 156 | 0.14 | 0 | 0.17 | 0.26 | 107.27 | 0.2 | 0.68 |
| Hex | A3 | BD | 9C | E | 0 | 11 | 1A | 6B | 14 | 44 |
| Octal | 243 | 275 | 234 | 16 | 0 | 21 | 32 | 153 | 24 | 104 |
| Binary | 10100011 | 10111101 | 10011100 | 1110 | 0 | 10001 | 11010 | 1101011 | 10100 | 1000100 |
Color Harmonies of #A3BD9C
Complementary color
Monochromatic Colors of #A3BD9C
Black with #A3BD9C
Text Example
Text Example
White with #A3BD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BD9C; }
p { color: rgb(163,189,156); }
H1.HeaderClassName
{
color: #A3BD9C;
}
.AnyTagClassName
{
color: #A3BD9C;
}
</style>
background-color css
<style>
a { background-color: #A3BD9C; }
a { background-color: rgb(163,189,156); }
div.DivClassName
{
background-color: #A3BD9C;
}
.BgClassName
{
background-color: #A3BD9C;
}
</style>
border-color css
<style>
span { border-color: #A3BD9C; }
span { border-color: rgb(163,189,156); }
td.TdClassName
{
border-color: #A3BD9C;
}
.TagClassName
{
border-color: #A3BD9C;
}
</style>