Shades of Spring Rain #ABC0A3
Tints of Spring Rain #ABC0A3
RGB
CMYK
RGB Variations
Color information
#ABC0A3 (or 0xABC0A3) is known color: Spring Rain. HEX triplet: AB, C0 and A3. RGB value is (171,192,163). Sum of RGB (Red+Green+Blue) = 171+192+163=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC0A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC0A3 is #543F5C. Grayscale: #B6B6B6. Windows color (decimal): -5521245 or 10731691. OLE color: 10731691.
HSL color Cylindrical-coordinate representation of color #ABC0A3: hue angle of 103.45º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABC0A3 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 163 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.25 |
| HSL | 103.45º | 0.19% | 0.7% | - |
| HSV(B) | 103.45º | 0.15% | 0.75% | - |
| XYZ | 42.26 | 49 | 41.88 | - |
| YUV | 182.42 | 117.04 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 163 | 0.11 | 0 | 0.15 | 0.25 | 103.45 | 0.19 | 0.7 |
| Hex | AB | C0 | A3 | B | 0 | F | 19 | 67 | 13 | 46 |
| Octal | 253 | 300 | 243 | 13 | 0 | 17 | 31 | 147 | 23 | 106 |
| Binary | 10101011 | 11000000 | 10100011 | 1011 | 0 | 1111 | 11001 | 1100111 | 10011 | 1000110 |
Color Harmonies of #ABC0A3
Complementary color
Monochromatic Colors of #ABC0A3
Black with #ABC0A3
Text Example
Text Example
White with #ABC0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC0A3; }
p { color: rgb(171,192,163); }
H1.HeaderClassName
{
color: #ABC0A3;
}
.AnyTagClassName
{
color: #ABC0A3;
}
</style>
background-color css
<style>
a { background-color: #ABC0A3; }
a { background-color: rgb(171,192,163); }
div.DivClassName
{
background-color: #ABC0A3;
}
.BgClassName
{
background-color: #ABC0A3;
}
</style>
border-color css
<style>
span { border-color: #ABC0A3; }
span { border-color: rgb(171,192,163); }
td.TdClassName
{
border-color: #ABC0A3;
}
.TagClassName
{
border-color: #ABC0A3;
}
</style>