Shades of Spring Rain #ACB5A7
Tints of Spring Rain #ACB5A7
RGB
CMYK
RGB Variations
Color information
#ACB5A7 (or 0xACB5A7) is known color: Spring Rain. HEX triplet: AC, B5 and A7. RGB value is (172,181,167). Sum of RGB (Red+Green+Blue) = 172+181+167=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB5A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB5A7 is #534A58. Grayscale: #B0B0B0. Windows color (decimal): -5458521 or 10991020. OLE color: 10991020.
HSL color Cylindrical-coordinate representation of color #ACB5A7: hue angle of 98.57º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACB5A7 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
RGB | 172 | 181 | 167 | - |
CMYK | 0.05 | 0 | 0.08 | 0.29 |
HSL | 98.57º | 0.09% | 0.68% | - |
HSV(B) | 98.57º | 0.08% | 0.71% | - |
XYZ | 40.51 | 44.61 | 43.03 | - |
YUV | 176.71 | 122.52 | 124.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 181 | 167 | 0.05 | 0 | 0.08 | 0.29 | 98.57 | 0.09 | 0.68 |
Hex | AC | B5 | A7 | 5 | 0 | 8 | 1D | 63 | 9 | 44 |
Octal | 254 | 265 | 247 | 5 | 0 | 10 | 35 | 143 | 11 | 104 |
Binary | 10101100 | 10110101 | 10100111 | 101 | 0 | 1000 | 11101 | 1100011 | 1001 | 1000100 |
Color Harmonies of #ACB5A7
Complementary color
Monochromatic Colors of #ACB5A7
Black with #ACB5A7
Text Example
Text Example
White with #ACB5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB5A7; }
p { color: rgb(172,181,167); }
H1.HeaderClassName
{
color: #ACB5A7;
}
.AnyTagClassName
{
color: #ACB5A7;
}
</style>
background-color css
<style>
a { background-color: #ACB5A7; }
a { background-color: rgb(172,181,167); }
div.DivClassName
{
background-color: #ACB5A7;
}
.BgClassName
{
background-color: #ACB5A7;
}
</style>
border-color css
<style>
span { border-color: #ACB5A7; }
span { border-color: rgb(172,181,167); }
td.TdClassName
{
border-color: #ACB5A7;
}
.TagClassName
{
border-color: #ACB5A7;
}
</style>