Shades of Spring Rain #ABC7A3
Tints of Spring Rain #ABC7A3
RGB
CMYK
RGB Variations
Color information
#ABC7A3 (or 0xABC7A3) is known color: Spring Rain. HEX triplet: AB, C7 and A3. RGB value is (171,199,163). Sum of RGB (Red+Green+Blue) = 171+199+163=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 163 (64.06% from 255 or 30.58% from 533); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC7A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC7A3 is #54385C. Grayscale: #BABABA. Windows color (decimal): -5519453 or 10733483. OLE color: 10733483.
HSL color Cylindrical-coordinate representation of color #ABC7A3: hue angle of 106.67º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABC7A3 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 163 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.22 |
| HSL | 106.67º | 0.24% | 0.71% | - |
| HSV(B) | 106.67º | 0.18% | 0.78% | - |
| XYZ | 43.83 | 52.15 | 42.41 | - |
| YUV | 186.52 | 114.72 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 163 | 0.14 | 0 | 0.18 | 0.22 | 106.67 | 0.24 | 0.71 |
| Hex | AB | C7 | A3 | E | 0 | 12 | 16 | 6B | 18 | 47 |
| Octal | 253 | 307 | 243 | 16 | 0 | 22 | 26 | 153 | 30 | 107 |
| Binary | 10101011 | 11000111 | 10100011 | 1110 | 0 | 10010 | 10110 | 1101011 | 11000 | 1000111 |
Color Harmonies of #ABC7A3
Complementary color
Monochromatic Colors of #ABC7A3
Black with #ABC7A3
Text Example
Text Example
White with #ABC7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC7A3; }
p { color: rgb(171,199,163); }
H1.HeaderClassName
{
color: #ABC7A3;
}
.AnyTagClassName
{
color: #ABC7A3;
}
</style>
background-color css
<style>
a { background-color: #ABC7A3; }
a { background-color: rgb(171,199,163); }
div.DivClassName
{
background-color: #ABC7A3;
}
.BgClassName
{
background-color: #ABC7A3;
}
</style>
border-color css
<style>
span { border-color: #ABC7A3; }
span { border-color: rgb(171,199,163); }
td.TdClassName
{
border-color: #ABC7A3;
}
.TagClassName
{
border-color: #ABC7A3;
}
</style>