Shades of Spring Rain #ABC9A3
Tints of Spring Rain #ABC9A3
RGB
CMYK
RGB Variations
Color information
#ABC9A3 (or 0xABC9A3) is known color: Spring Rain. HEX triplet: AB, C9 and A3. RGB value is (171,201,163). Sum of RGB (Red+Green+Blue) = 171+201+163=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 163 (64.06% from 255 or 30.47% from 535); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC9A3 is #54365C. Grayscale: #BBBBBB. Windows color (decimal): -5518941 or 10733995. OLE color: 10733995.
HSL color Cylindrical-coordinate representation of color #ABC9A3: hue angle of 107.37º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABC9A3 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 163 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.21 |
| HSL | 107.37º | 0.26% | 0.71% | - |
| HSV(B) | 107.37º | 0.19% | 0.79% | - |
| XYZ | 44.29 | 53.08 | 42.56 | - |
| YUV | 187.7 | 114.06 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 163 | 0.15 | 0 | 0.19 | 0.21 | 107.37 | 0.26 | 0.71 |
| Hex | AB | C9 | A3 | F | 0 | 13 | 15 | 6B | 1A | 47 |
| Octal | 253 | 311 | 243 | 17 | 0 | 23 | 25 | 153 | 32 | 107 |
| Binary | 10101011 | 11001001 | 10100011 | 1111 | 0 | 10011 | 10101 | 1101011 | 11010 | 1000111 |
Color Harmonies of #ABC9A3
Complementary color
Monochromatic Colors of #ABC9A3
Black with #ABC9A3
Text Example
Text Example
White with #ABC9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC9A3; }
p { color: rgb(171,201,163); }
H1.HeaderClassName
{
color: #ABC9A3;
}
.AnyTagClassName
{
color: #ABC9A3;
}
</style>
background-color css
<style>
a { background-color: #ABC9A3; }
a { background-color: rgb(171,201,163); }
div.DivClassName
{
background-color: #ABC9A3;
}
.BgClassName
{
background-color: #ABC9A3;
}
</style>
border-color css
<style>
span { border-color: #ABC9A3; }
span { border-color: rgb(171,201,163); }
td.TdClassName
{
border-color: #ABC9A3;
}
.TagClassName
{
border-color: #ABC9A3;
}
</style>