Shades of Spring Rain #ABB7A5
Tints of Spring Rain #ABB7A5
RGB
CMYK
RGB Variations
Color information
#ABB7A5 (or 0xABB7A5) is known color: Spring Rain. HEX triplet: AB, B7 and A5. RGB value is (171,183,165). Sum of RGB (Red+Green+Blue) = 171+183+165=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB7A5 is #54485A. Grayscale: #B1B1B1. Windows color (decimal): -5523547 or 10860459. OLE color: 10860459.
HSL color Cylindrical-coordinate representation of color #ABB7A5: hue angle of 100º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABB7A5 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 183 | 165 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.28 |
| HSL | 100º | 0.11% | 0.68% | - |
| HSV(B) | 100º | 0.1% | 0.72% | - |
| XYZ | 40.52 | 45.24 | 42.19 | - |
| YUV | 177.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 165 | 0.07 | 0 | 0.10 | 0.28 | 100 | 0.11 | 0.68 |
| Hex | AB | B7 | A5 | 7 | 0 | A | 1C | 64 | B | 44 |
| Octal | 253 | 267 | 245 | 7 | 0 | 12 | 34 | 144 | 13 | 104 |
| Binary | 10101011 | 10110111 | 10100101 | 111 | 0 | 1010 | 11100 | 1100100 | 1011 | 1000100 |
Color Harmonies of #ABB7A5
Complementary color
Monochromatic Colors of #ABB7A5
Black with #ABB7A5
Text Example
Text Example
White with #ABB7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB7A5; }
p { color: rgb(171,183,165); }
H1.HeaderClassName
{
color: #ABB7A5;
}
.AnyTagClassName
{
color: #ABB7A5;
}
</style>
background-color css
<style>
a { background-color: #ABB7A5; }
a { background-color: rgb(171,183,165); }
div.DivClassName
{
background-color: #ABB7A5;
}
.BgClassName
{
background-color: #ABB7A5;
}
</style>
border-color css
<style>
span { border-color: #ABB7A5; }
span { border-color: rgb(171,183,165); }
td.TdClassName
{
border-color: #ABB7A5;
}
.TagClassName
{
border-color: #ABB7A5;
}
</style>