Shades of Spring Rain #ABB6A6
Tints of Spring Rain #ABB6A6
RGB
CMYK
RGB Variations
Color information
#ABB6A6 (or 0xABB6A6) is known color: Spring Rain. HEX triplet: AB, B6 and A6. RGB value is (171,182,166). Sum of RGB (Red+Green+Blue) = 171+182+166=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB6A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB6A6 is #544959. Grayscale: #B0B0B0. Windows color (decimal): -5523802 or 10925739. OLE color: 10925739.
HSL color Cylindrical-coordinate representation of color #ABB6A6: hue angle of 101.25º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABB6A6 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 182 | 166 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.29 |
| HSL | 101.25º | 0.1% | 0.68% | - |
| HSV(B) | 101.25º | 0.09% | 0.71% | - |
| XYZ | 40.41 | 44.87 | 42.61 | - |
| YUV | 176.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 182 | 166 | 0.06 | 0 | 0.09 | 0.29 | 101.25 | 0.1 | 0.68 |
| Hex | AB | B6 | A6 | 6 | 0 | 9 | 1D | 65 | A | 44 |
| Octal | 253 | 266 | 246 | 6 | 0 | 11 | 35 | 145 | 12 | 104 |
| Binary | 10101011 | 10110110 | 10100110 | 110 | 0 | 1001 | 11101 | 1100101 | 1010 | 1000100 |
Color Harmonies of #ABB6A6
Complementary color
Monochromatic Colors of #ABB6A6
Black with #ABB6A6
Text Example
Text Example
White with #ABB6A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB6A6; }
p { color: rgb(171,182,166); }
H1.HeaderClassName
{
color: #ABB6A6;
}
.AnyTagClassName
{
color: #ABB6A6;
}
</style>
background-color css
<style>
a { background-color: #ABB6A6; }
a { background-color: rgb(171,182,166); }
div.DivClassName
{
background-color: #ABB6A6;
}
.BgClassName
{
background-color: #ABB6A6;
}
</style>
border-color css
<style>
span { border-color: #ABB6A6; }
span { border-color: rgb(171,182,166); }
td.TdClassName
{
border-color: #ABB6A6;
}
.TagClassName
{
border-color: #ABB6A6;
}
</style>