Shades of Spring Rain #ACBDA7
Tints of Spring Rain #ACBDA7
RGB
CMYK
RGB Variations
Color information
#ACBDA7 (or 0xACBDA7) is known color: Spring Rain. HEX triplet: AC, BD and A7. RGB value is (172,189,167). Sum of RGB (Red+Green+Blue) = 172+189+167=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDA7 is #534258. Grayscale: #B5B5B5. Windows color (decimal): -5456473 or 10993068. OLE color: 10993068.
HSL color Cylindrical-coordinate representation of color #ACBDA7: hue angle of 106.36º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACBDA7 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
RGB | 172 | 189 | 167 | - |
CMYK | 0.09 | 0 | 0.12 | 0.26 |
HSL | 106.36º | 0.14% | 0.7% | - |
HSV(B) | 106.36º | 0.12% | 0.74% | - |
XYZ | 42.19 | 47.96 | 43.59 | - |
YUV | 181.41 | 119.87 | 121.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 189 | 167 | 0.09 | 0 | 0.12 | 0.26 | 106.36 | 0.14 | 0.7 |
Hex | AC | BD | A7 | 9 | 0 | C | 1A | 6A | E | 46 |
Octal | 254 | 275 | 247 | 11 | 0 | 14 | 32 | 152 | 16 | 106 |
Binary | 10101100 | 10111101 | 10100111 | 1001 | 0 | 1100 | 11010 | 1101010 | 1110 | 1000110 |
Color Harmonies of #ACBDA7
Complementary color
Monochromatic Colors of #ACBDA7
Black with #ACBDA7
Text Example
Text Example
White with #ACBDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDA7; }
p { color: rgb(172,189,167); }
H1.HeaderClassName
{
color: #ACBDA7;
}
.AnyTagClassName
{
color: #ACBDA7;
}
</style>
background-color css
<style>
a { background-color: #ACBDA7; }
a { background-color: rgb(172,189,167); }
div.DivClassName
{
background-color: #ACBDA7;
}
.BgClassName
{
background-color: #ACBDA7;
}
</style>
border-color css
<style>
span { border-color: #ACBDA7; }
span { border-color: rgb(172,189,167); }
td.TdClassName
{
border-color: #ACBDA7;
}
.TagClassName
{
border-color: #ACBDA7;
}
</style>