Shades of Spring Rain #A3CBA1
Tints of Spring Rain #A3CBA1
RGB
CMYK
RGB Variations
Color information
#A3CBA1 (or 0xA3CBA1) is known color: Spring Rain. HEX triplet: A3, CB and A1. RGB value is (163,203,161). Sum of RGB (Red+Green+Blue) = 163+203+161=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CBA1 is #5C345E. Grayscale: #BABABA. Windows color (decimal): -6042719 or 10603427. OLE color: 10603427.
HSL color Cylindrical-coordinate representation of color #A3CBA1: hue angle of 117.14º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3CBA1 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 161 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.20 |
| HSL | 117.14º | 0.29% | 0.71% | - |
| HSV(B) | 117.14º | 0.21% | 0.8% | - |
| XYZ | 42.89 | 53.07 | 41.7 | - |
| YUV | 186.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 161 | 0.20 | 0 | 0.21 | 0.20 | 117.14 | 0.29 | 0.71 |
| Hex | A3 | CB | A1 | 14 | 0 | 15 | 14 | 75 | 1D | 47 |
| Octal | 243 | 313 | 241 | 24 | 0 | 25 | 24 | 165 | 35 | 107 |
| Binary | 10100011 | 11001011 | 10100001 | 10100 | 0 | 10101 | 10100 | 1110101 | 11101 | 1000111 |
Color Harmonies of #A3CBA1
Complementary color
Monochromatic Colors of #A3CBA1
Black with #A3CBA1
Text Example
Text Example
White with #A3CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CBA1; }
p { color: rgb(163,203,161); }
H1.HeaderClassName
{
color: #A3CBA1;
}
.AnyTagClassName
{
color: #A3CBA1;
}
</style>
background-color css
<style>
a { background-color: #A3CBA1; }
a { background-color: rgb(163,203,161); }
div.DivClassName
{
background-color: #A3CBA1;
}
.BgClassName
{
background-color: #A3CBA1;
}
</style>
border-color css
<style>
span { border-color: #A3CBA1; }
span { border-color: rgb(163,203,161); }
td.TdClassName
{
border-color: #A3CBA1;
}
.TagClassName
{
border-color: #A3CBA1;
}
</style>