Shades of Spring Rain #ACB7A6
Tints of Spring Rain #ACB7A6
RGB
CMYK
RGB Variations
Color information
#ACB7A6 (or 0xACB7A6) is known color: Spring Rain. HEX triplet: AC, B7 and A6. RGB value is (172,183,166). Sum of RGB (Red+Green+Blue) = 172+183+166=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB7A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB7A6 is #534859. Grayscale: #B1B1B1. Windows color (decimal): -5458010 or 10925996. OLE color: 10925996.
HSL color Cylindrical-coordinate representation of color #ACB7A6: hue angle of 98.82º 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 #ACB7A6 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 166 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.28 |
| HSL | 98.82º | 0.11% | 0.68% | - |
| HSV(B) | 98.82º | 0.09% | 0.72% | - |
| XYZ | 40.83 | 45.39 | 42.69 | - |
| YUV | 177.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 166 | 0.06 | 0 | 0.09 | 0.28 | 98.82 | 0.11 | 0.68 |
| Hex | AC | B7 | A6 | 6 | 0 | 9 | 1C | 63 | B | 44 |
| Octal | 254 | 267 | 246 | 6 | 0 | 11 | 34 | 143 | 13 | 104 |
| Binary | 10101100 | 10110111 | 10100110 | 110 | 0 | 1001 | 11100 | 1100011 | 1011 | 1000100 |
Color Harmonies of #ACB7A6
Complementary color
Monochromatic Colors of #ACB7A6
Black with #ACB7A6
Text Example
Text Example
White with #ACB7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB7A6; }
p { color: rgb(172,183,166); }
H1.HeaderClassName
{
color: #ACB7A6;
}
.AnyTagClassName
{
color: #ACB7A6;
}
</style>
background-color css
<style>
a { background-color: #ACB7A6; }
a { background-color: rgb(172,183,166); }
div.DivClassName
{
background-color: #ACB7A6;
}
.BgClassName
{
background-color: #ACB7A6;
}
</style>
border-color css
<style>
span { border-color: #ACB7A6; }
span { border-color: rgb(172,183,166); }
td.TdClassName
{
border-color: #ACB7A6;
}
.TagClassName
{
border-color: #ACB7A6;
}
</style>