Shades of Spring Rain #A6BCA3
Tints of Spring Rain #A6BCA3
RGB
CMYK
RGB Variations
Color information
#A6BCA3 (or 0xA6BCA3) is known color: Spring Rain. HEX triplet: A6, BC and A3. RGB value is (166,188,163). Sum of RGB (Red+Green+Blue) = 166+188+163=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BCA3 is #59435C. Grayscale: #B2B2B2. Windows color (decimal): -5849949 or 10730662. OLE color: 10730662.
HSL color Cylindrical-coordinate representation of color #A6BCA3: hue angle of 112.8º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6BCA3 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 188 | 163 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.26 |
| HSL | 112.8º | 0.16% | 0.69% | - |
| HSV(B) | 112.8º | 0.13% | 0.74% | - |
| XYZ | 40.32 | 46.72 | 41.54 | - |
| YUV | 178.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 163 | 0.12 | 0 | 0.13 | 0.26 | 112.8 | 0.16 | 0.69 |
| Hex | A6 | BC | A3 | C | 0 | D | 1A | 71 | 10 | 45 |
| Octal | 246 | 274 | 243 | 14 | 0 | 15 | 32 | 161 | 20 | 105 |
| Binary | 10100110 | 10111100 | 10100011 | 1100 | 0 | 1101 | 11010 | 1110001 | 10000 | 1000101 |
Color Harmonies of #A6BCA3
Complementary color
Monochromatic Colors of #A6BCA3
Black with #A6BCA3
Text Example
Text Example
White with #A6BCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BCA3; }
p { color: rgb(166,188,163); }
H1.HeaderClassName
{
color: #A6BCA3;
}
.AnyTagClassName
{
color: #A6BCA3;
}
</style>
background-color css
<style>
a { background-color: #A6BCA3; }
a { background-color: rgb(166,188,163); }
div.DivClassName
{
background-color: #A6BCA3;
}
.BgClassName
{
background-color: #A6BCA3;
}
</style>
border-color css
<style>
span { border-color: #A6BCA3; }
span { border-color: rgb(166,188,163); }
td.TdClassName
{
border-color: #A6BCA3;
}
.TagClassName
{
border-color: #A6BCA3;
}
</style>