Shades of Spring Rain #ABB9A3
Tints of Spring Rain #ABB9A3
RGB
CMYK
RGB Variations
Color information
#ABB9A3 (or 0xABB9A3) is known color: Spring Rain. HEX triplet: AB, B9 and A3. RGB value is (171,185,163). Sum of RGB (Red+Green+Blue) = 171+185+163=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB9A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB9A3 is #54465C. Grayscale: #B2B2B2. Windows color (decimal): -5523037 or 10729899. OLE color: 10729899.
HSL color Cylindrical-coordinate representation of color #ABB9A3: hue angle of 98.18º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABB9A3 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 185 | 163 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.27 |
| HSL | 98.18º | 0.14% | 0.68% | - |
| HSV(B) | 98.18º | 0.12% | 0.73% | - |
| XYZ | 40.75 | 46 | 41.38 | - |
| YUV | 178.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 163 | 0.08 | 0 | 0.12 | 0.27 | 98.18 | 0.14 | 0.68 |
| Hex | AB | B9 | A3 | 8 | 0 | C | 1B | 62 | E | 44 |
| Octal | 253 | 271 | 243 | 10 | 0 | 14 | 33 | 142 | 16 | 104 |
| Binary | 10101011 | 10111001 | 10100011 | 1000 | 0 | 1100 | 11011 | 1100010 | 1110 | 1000100 |
Color Harmonies of #ABB9A3
Complementary color
Monochromatic Colors of #ABB9A3
Black with #ABB9A3
Text Example
Text Example
White with #ABB9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB9A3; }
p { color: rgb(171,185,163); }
H1.HeaderClassName
{
color: #ABB9A3;
}
.AnyTagClassName
{
color: #ABB9A3;
}
</style>
background-color css
<style>
a { background-color: #ABB9A3; }
a { background-color: rgb(171,185,163); }
div.DivClassName
{
background-color: #ABB9A3;
}
.BgClassName
{
background-color: #ABB9A3;
}
</style>
border-color css
<style>
span { border-color: #ABB9A3; }
span { border-color: rgb(171,185,163); }
td.TdClassName
{
border-color: #ABB9A3;
}
.TagClassName
{
border-color: #ABB9A3;
}
</style>