Shades of Spring Rain #ABB8A3
Tints of Spring Rain #ABB8A3
RGB
CMYK
RGB Variations
Color information
#ABB8A3 (or 0xABB8A3) is known color: Spring Rain. HEX triplet: AB, B8 and A3. RGB value is (171,184,163). Sum of RGB (Red+Green+Blue) = 171+184+163=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB8A3 is #54475C. Grayscale: #B1B1B1. Windows color (decimal): -5523293 or 10729643. OLE color: 10729643.
HSL color Cylindrical-coordinate representation of color #ABB8A3: hue angle of 97.14º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABB8A3 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 163 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.28 |
| HSL | 97.14º | 0.13% | 0.68% | - |
| HSV(B) | 97.14º | 0.11% | 0.72% | - |
| XYZ | 40.55 | 45.58 | 41.31 | - |
| YUV | 177.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 163 | 0.07 | 0 | 0.11 | 0.28 | 97.14 | 0.13 | 0.68 |
| Hex | AB | B8 | A3 | 7 | 0 | B | 1C | 61 | D | 44 |
| Octal | 253 | 270 | 243 | 7 | 0 | 13 | 34 | 141 | 15 | 104 |
| Binary | 10101011 | 10111000 | 10100011 | 111 | 0 | 1011 | 11100 | 1100001 | 1101 | 1000100 |
Color Harmonies of #ABB8A3
Complementary color
Monochromatic Colors of #ABB8A3
Black with #ABB8A3
Text Example
Text Example
White with #ABB8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB8A3; }
p { color: rgb(171,184,163); }
H1.HeaderClassName
{
color: #ABB8A3;
}
.AnyTagClassName
{
color: #ABB8A3;
}
</style>
background-color css
<style>
a { background-color: #ABB8A3; }
a { background-color: rgb(171,184,163); }
div.DivClassName
{
background-color: #ABB8A3;
}
.BgClassName
{
background-color: #ABB8A3;
}
</style>
border-color css
<style>
span { border-color: #ABB8A3; }
span { border-color: rgb(171,184,163); }
td.TdClassName
{
border-color: #ABB8A3;
}
.TagClassName
{
border-color: #ABB8A3;
}
</style>