Shades of Spring Rain #A3CCA1
Tints of Spring Rain #A3CCA1
RGB
CMYK
RGB Variations
Color information
#A3CCA1 (or 0xA3CCA1) is known color: Spring Rain. HEX triplet: A3, CC and A1. RGB value is (163,204,161). Sum of RGB (Red+Green+Blue) = 163+204+161=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CCA1 is #5C335E. Grayscale: #BABABA. Windows color (decimal): -6042463 or 10603683. OLE color: 10603683.
HSL color Cylindrical-coordinate representation of color #A3CCA1: hue angle of 117.21º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3CCA1 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 204 | 161 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.2 |
| HSL | 117.21º | 0.3% | 0.72% | - |
| HSV(B) | 117.21º | 0.21% | 0.8% | - |
| XYZ | 43.13 | 53.55 | 41.78 | - |
| YUV | 186.84 | 113.42 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 161 | 0.20 | 0 | 0.21 | 0.2 | 117.21 | 0.3 | 0.72 |
| Hex | A3 | CC | A1 | 14 | 0 | 15 | 14 | 75 | 1E | 48 |
| Octal | 243 | 314 | 241 | 24 | 0 | 25 | 24 | 165 | 36 | 110 |
| Binary | 10100011 | 11001100 | 10100001 | 10100 | 0 | 10101 | 10100 | 1110101 | 11110 | 1001000 |
Color Harmonies of #A3CCA1
Complementary color
Monochromatic Colors of #A3CCA1
Black with #A3CCA1
Text Example
Text Example
White with #A3CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCA1; }
p { color: rgb(163,204,161); }
H1.HeaderClassName
{
color: #A3CCA1;
}
.AnyTagClassName
{
color: #A3CCA1;
}
</style>
background-color css
<style>
a { background-color: #A3CCA1; }
a { background-color: rgb(163,204,161); }
div.DivClassName
{
background-color: #A3CCA1;
}
.BgClassName
{
background-color: #A3CCA1;
}
</style>
border-color css
<style>
span { border-color: #A3CCA1; }
span { border-color: rgb(163,204,161); }
td.TdClassName
{
border-color: #A3CCA1;
}
.TagClassName
{
border-color: #A3CCA1;
}
</style>