Shades of Spring Rain #ABC3A0
Tints of Spring Rain #ABC3A0
RGB
CMYK
RGB Variations
Color information
#ABC3A0 (or 0xABC3A0) is known color: Spring Rain. HEX triplet: AB, C3 and A0. RGB value is (171,195,160). Sum of RGB (Red+Green+Blue) = 171+195+160=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC3A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC3A0 is #543C5F. Grayscale: #B7B7B7. Windows color (decimal): -5520480 or 10535851. OLE color: 10535851.
HSL color Cylindrical-coordinate representation of color #ABC3A0: hue angle of 101.14º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABC3A0 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 160 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.24 |
| HSL | 101.14º | 0.23% | 0.7% | - |
| HSV(B) | 101.14º | 0.18% | 0.76% | - |
| XYZ | 42.65 | 50.23 | 40.7 | - |
| YUV | 183.83 | 114.55 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 160 | 0.12 | 0 | 0.18 | 0.24 | 101.14 | 0.23 | 0.7 |
| Hex | AB | C3 | A0 | C | 0 | 12 | 18 | 65 | 17 | 46 |
| Octal | 253 | 303 | 240 | 14 | 0 | 22 | 30 | 145 | 27 | 106 |
| Binary | 10101011 | 11000011 | 10100000 | 1100 | 0 | 10010 | 11000 | 1100101 | 10111 | 1000110 |
Color Harmonies of #ABC3A0
Complementary color
Monochromatic Colors of #ABC3A0
Black with #ABC3A0
Text Example
Text Example
White with #ABC3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC3A0; }
p { color: rgb(171,195,160); }
H1.HeaderClassName
{
color: #ABC3A0;
}
.AnyTagClassName
{
color: #ABC3A0;
}
</style>
background-color css
<style>
a { background-color: #ABC3A0; }
a { background-color: rgb(171,195,160); }
div.DivClassName
{
background-color: #ABC3A0;
}
.BgClassName
{
background-color: #ABC3A0;
}
</style>
border-color css
<style>
span { border-color: #ABC3A0; }
span { border-color: rgb(171,195,160); }
td.TdClassName
{
border-color: #ABC3A0;
}
.TagClassName
{
border-color: #ABC3A0;
}
</style>