Shades of Spring Rain #ACB4A8
Tints of Spring Rain #ACB4A8
RGB
CMYK
RGB Variations
Color information
#ACB4A8 (or 0xACB4A8) is known color: Spring Rain. HEX triplet: AC, B4 and A8. RGB value is (172,180,168). Sum of RGB (Red+Green+Blue) = 172+180+168=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB4A8 is #534B57. Grayscale: #B0B0B0. Windows color (decimal): -5458776 or 11056300. OLE color: 11056300.
HSL color Cylindrical-coordinate representation of color #ACB4A8: hue angle of 100º degrees, saturation: 0.07, 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 #ACB4A8 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
RGB | 172 | 180 | 168 | - |
CMYK | 0.04 | 0 | 0.07 | 0.29 |
HSL | 100º | 0.07% | 0.68% | - |
HSV(B) | 100º | 0.07% | 0.71% | - |
XYZ | 40.4 | 44.24 | 43.46 | - |
YUV | 176.24 | 123.35 | 124.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 180 | 168 | 0.04 | 0 | 0.07 | 0.29 | 100 | 0.07 | 0.68 |
Hex | AC | B4 | A8 | 4 | 0 | 7 | 1D | 64 | 7 | 44 |
Octal | 254 | 264 | 250 | 4 | 0 | 7 | 35 | 144 | 7 | 104 |
Binary | 10101100 | 10110100 | 10101000 | 100 | 0 | 111 | 11101 | 1100100 | 111 | 1000100 |
Color Harmonies of #ACB4A8
Complementary color
Monochromatic Colors of #ACB4A8
Black with #ACB4A8
Text Example
Text Example
White with #ACB4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB4A8; }
p { color: rgb(172,180,168); }
H1.HeaderClassName
{
color: #ACB4A8;
}
.AnyTagClassName
{
color: #ACB4A8;
}
</style>
background-color css
<style>
a { background-color: #ACB4A8; }
a { background-color: rgb(172,180,168); }
div.DivClassName
{
background-color: #ACB4A8;
}
.BgClassName
{
background-color: #ACB4A8;
}
</style>
border-color css
<style>
span { border-color: #ACB4A8; }
span { border-color: rgb(172,180,168); }
td.TdClassName
{
border-color: #ACB4A8;
}
.TagClassName
{
border-color: #ACB4A8;
}
</style>