Shades of Spring Rain #ACB6A8
Tints of Spring Rain #ACB6A8
RGB
CMYK
RGB Variations
Color information
#ACB6A8 (or 0xACB6A8) is known color: Spring Rain. HEX triplet: AC, B6 and A8. RGB value is (172,182,168). Sum of RGB (Red+Green+Blue) = 172+182+168=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB6A8 is #534957. Grayscale: #B1B1B1. Windows color (decimal): -5458264 or 11056812. OLE color: 11056812.
HSL color Cylindrical-coordinate representation of color #ACB6A8: hue angle of 102.86º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACB6A8 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 168 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.29 |
| HSL | 102.86º | 0.09% | 0.69% | - |
| HSV(B) | 102.86º | 0.08% | 0.71% | - |
| XYZ | 40.81 | 45.05 | 43.59 | - |
| YUV | 177.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 168 | 0.05 | 0 | 0.08 | 0.29 | 102.86 | 0.09 | 0.69 |
| Hex | AC | B6 | A8 | 5 | 0 | 8 | 1D | 67 | 9 | 45 |
| Octal | 254 | 266 | 250 | 5 | 0 | 10 | 35 | 147 | 11 | 105 |
| Binary | 10101100 | 10110110 | 10101000 | 101 | 0 | 1000 | 11101 | 1100111 | 1001 | 1000101 |
Color Harmonies of #ACB6A8
Complementary color
Monochromatic Colors of #ACB6A8
Black with #ACB6A8
Text Example
Text Example
White with #ACB6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB6A8; }
p { color: rgb(172,182,168); }
H1.HeaderClassName
{
color: #ACB6A8;
}
.AnyTagClassName
{
color: #ACB6A8;
}
</style>
background-color css
<style>
a { background-color: #ACB6A8; }
a { background-color: rgb(172,182,168); }
div.DivClassName
{
background-color: #ACB6A8;
}
.BgClassName
{
background-color: #ACB6A8;
}
</style>
border-color css
<style>
span { border-color: #ACB6A8; }
span { border-color: rgb(172,182,168); }
td.TdClassName
{
border-color: #ACB6A8;
}
.TagClassName
{
border-color: #ACB6A8;
}
</style>