Shades of Spring Rain #ACB5A8
Tints of Spring Rain #ACB5A8
RGB
CMYK
RGB Variations
Color information
#ACB5A8 (or 0xACB5A8) is known color: Spring Rain. HEX triplet: AC, B5 and A8. RGB value is (172,181,168). Sum of RGB (Red+Green+Blue) = 172+181+168=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB5A8 is #534A57. Grayscale: #B0B0B0. Windows color (decimal): -5458520 or 11056556. OLE color: 11056556.
HSL color Cylindrical-coordinate representation of color #ACB5A8: hue angle of 101.54º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ACB5A8 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
RGB | 172 | 181 | 168 | - |
CMYK | 0.05 | 0 | 0.07 | 0.29 |
HSL | 101.54º | 0.08% | 0.68% | - |
HSV(B) | 101.54º | 0.07% | 0.71% | - |
XYZ | 40.61 | 44.65 | 43.52 | - |
YUV | 176.83 | 123.02 | 124.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 181 | 168 | 0.05 | 0 | 0.07 | 0.29 | 101.54 | 0.08 | 0.68 |
Hex | AC | B5 | A8 | 5 | 0 | 7 | 1D | 66 | 8 | 44 |
Octal | 254 | 265 | 250 | 5 | 0 | 7 | 35 | 146 | 10 | 104 |
Binary | 10101100 | 10110101 | 10101000 | 101 | 0 | 111 | 11101 | 1100110 | 1000 | 1000100 |
Color Harmonies of #ACB5A8
Complementary color
Monochromatic Colors of #ACB5A8
Black with #ACB5A8
Text Example
Text Example
White with #ACB5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5A8; }
p { color: rgb(172,181,168); }
H1.HeaderClassName
{
color: #ACB5A8;
}
.AnyTagClassName
{
color: #ACB5A8;
}
</style>
background-color css
<style>
a { background-color: #ACB5A8; }
a { background-color: rgb(172,181,168); }
div.DivClassName
{
background-color: #ACB5A8;
}
.BgClassName
{
background-color: #ACB5A8;
}
</style>
border-color css
<style>
span { border-color: #ACB5A8; }
span { border-color: rgb(172,181,168); }
td.TdClassName
{
border-color: #ACB5A8;
}
.TagClassName
{
border-color: #ACB5A8;
}
</style>