Shades of Spring Rain #A3C3A1
Tints of Spring Rain #A3C3A1
RGB
CMYK
RGB Variations
Color information
#A3C3A1 (or 0xA3C3A1) is known color: Spring Rain. HEX triplet: A3, C3 and A1. RGB value is (163,195,161). Sum of RGB (Red+Green+Blue) = 163+195+161=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C3A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C3A1 is #5C3C5E. Grayscale: #B5B5B5. Windows color (decimal): -6044767 or 10601379. OLE color: 10601379.
HSL color Cylindrical-coordinate representation of color #A3C3A1: hue angle of 116.47º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3C3A1 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 163 | 195 | 161 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.24 |
| HSL | 116.47º | 0.22% | 0.7% | - |
| HSV(B) | 116.47º | 0.17% | 0.76% | - |
| XYZ | 41.05 | 49.39 | 41.09 | - |
| YUV | 181.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 195 | 161 | 0.16 | 0 | 0.17 | 0.24 | 116.47 | 0.22 | 0.7 |
| Hex | A3 | C3 | A1 | 10 | 0 | 11 | 18 | 74 | 16 | 46 |
| Octal | 243 | 303 | 241 | 20 | 0 | 21 | 30 | 164 | 26 | 106 |
| Binary | 10100011 | 11000011 | 10100001 | 10000 | 0 | 10001 | 11000 | 1110100 | 10110 | 1000110 |
Color Harmonies of #A3C3A1
Complementary color
Monochromatic Colors of #A3C3A1
Black with #A3C3A1
Text Example
Text Example
White with #A3C3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C3A1; }
p { color: rgb(163,195,161); }
H1.HeaderClassName
{
color: #A3C3A1;
}
.AnyTagClassName
{
color: #A3C3A1;
}
</style>
background-color css
<style>
a { background-color: #A3C3A1; }
a { background-color: rgb(163,195,161); }
div.DivClassName
{
background-color: #A3C3A1;
}
.BgClassName
{
background-color: #A3C3A1;
}
</style>
border-color css
<style>
span { border-color: #A3C3A1; }
span { border-color: rgb(163,195,161); }
td.TdClassName
{
border-color: #A3C3A1;
}
.TagClassName
{
border-color: #A3C3A1;
}
</style>