Shades of Spring Rain #ABB7A6
Tints of Spring Rain #ABB7A6
RGB
CMYK
RGB Variations
Color information
#ABB7A6 (or 0xABB7A6) is known color: Spring Rain. HEX triplet: AB, B7 and A6. RGB value is (171,183,166). Sum of RGB (Red+Green+Blue) = 171+183+166=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB7A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB7A6 is #544859. Grayscale: #B1B1B1. Windows color (decimal): -5523546 or 10925995. OLE color: 10925995.
HSL color Cylindrical-coordinate representation of color #ABB7A6: hue angle of 102.35º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABB7A6 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 183 | 166 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.28 |
| HSL | 102.35º | 0.11% | 0.68% | - |
| HSV(B) | 102.35º | 0.09% | 0.72% | - |
| XYZ | 40.61 | 45.28 | 42.68 | - |
| YUV | 177.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 166 | 0.07 | 0 | 0.09 | 0.28 | 102.35 | 0.11 | 0.68 |
| Hex | AB | B7 | A6 | 7 | 0 | 9 | 1C | 66 | B | 44 |
| Octal | 253 | 267 | 246 | 7 | 0 | 11 | 34 | 146 | 13 | 104 |
| Binary | 10101011 | 10110111 | 10100110 | 111 | 0 | 1001 | 11100 | 1100110 | 1011 | 1000100 |
Color Harmonies of #ABB7A6
Complementary color
Monochromatic Colors of #ABB7A6
Black with #ABB7A6
Text Example
Text Example
White with #ABB7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB7A6; }
p { color: rgb(171,183,166); }
H1.HeaderClassName
{
color: #ABB7A6;
}
.AnyTagClassName
{
color: #ABB7A6;
}
</style>
background-color css
<style>
a { background-color: #ABB7A6; }
a { background-color: rgb(171,183,166); }
div.DivClassName
{
background-color: #ABB7A6;
}
.BgClassName
{
background-color: #ABB7A6;
}
</style>
border-color css
<style>
span { border-color: #ABB7A6; }
span { border-color: rgb(171,183,166); }
td.TdClassName
{
border-color: #ABB7A6;
}
.TagClassName
{
border-color: #ABB7A6;
}
</style>