Shades of Spring Rain #ABC9A1
Tints of Spring Rain #ABC9A1
RGB
CMYK
RGB Variations
Color information
#ABC9A1 (or 0xABC9A1) is known color: Spring Rain. HEX triplet: AB, C9 and A1. RGB value is (171,201,161). Sum of RGB (Red+Green+Blue) = 171+201+161=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC9A1 is #54365E. Grayscale: #BBBBBB. Windows color (decimal): -5518943 or 10602923. OLE color: 10602923.
HSL color Cylindrical-coordinate representation of color #ABC9A1: hue angle of 105º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABC9A1 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 161 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.21 |
| HSL | 105º | 0.27% | 0.71% | - |
| HSV(B) | 105º | 0.2% | 0.79% | - |
| XYZ | 44.11 | 53 | 41.62 | - |
| YUV | 187.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 161 | 0.15 | 0 | 0.20 | 0.21 | 105 | 0.27 | 0.71 |
| Hex | AB | C9 | A1 | F | 0 | 14 | 15 | 69 | 1B | 47 |
| Octal | 253 | 311 | 241 | 17 | 0 | 24 | 25 | 151 | 33 | 107 |
| Binary | 10101011 | 11001001 | 10100001 | 1111 | 0 | 10100 | 10101 | 1101001 | 11011 | 1000111 |
Color Harmonies of #ABC9A1
Complementary color
Monochromatic Colors of #ABC9A1
Black with #ABC9A1
Text Example
Text Example
White with #ABC9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC9A1; }
p { color: rgb(171,201,161); }
H1.HeaderClassName
{
color: #ABC9A1;
}
.AnyTagClassName
{
color: #ABC9A1;
}
</style>
background-color css
<style>
a { background-color: #ABC9A1; }
a { background-color: rgb(171,201,161); }
div.DivClassName
{
background-color: #ABC9A1;
}
.BgClassName
{
background-color: #ABC9A1;
}
</style>
border-color css
<style>
span { border-color: #ABC9A1; }
span { border-color: rgb(171,201,161); }
td.TdClassName
{
border-color: #ABC9A1;
}
.TagClassName
{
border-color: #ABC9A1;
}
</style>