Shades of Spring Rain #ACBBA1
Tints of Spring Rain #ACBBA1
RGB
CMYK
RGB Variations
Color information
#ACBBA1 (or 0xACBBA1) is known color: Spring Rain. HEX triplet: AC, BB and A1. RGB value is (172,187,161). Sum of RGB (Red+Green+Blue) = 172+187+161=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBBA1 is #53445E. Grayscale: #B3B3B3. Windows color (decimal): -5456991 or 10599340. OLE color: 10599340.
HSL color Cylindrical-coordinate representation of color #ACBBA1: hue angle of 94.62º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACBBA1 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 187 | 161 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.27 |
| HSL | 94.62º | 0.16% | 0.68% | - |
| HSV(B) | 94.62º | 0.14% | 0.73% | - |
| XYZ | 41.22 | 46.88 | 40.6 | - |
| YUV | 179.55 | 117.53 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 187 | 161 | 0.08 | 0 | 0.14 | 0.27 | 94.62 | 0.16 | 0.68 |
| Hex | AC | BB | A1 | 8 | 0 | E | 1B | 5F | 10 | 44 |
| Octal | 254 | 273 | 241 | 10 | 0 | 16 | 33 | 137 | 20 | 104 |
| Binary | 10101100 | 10111011 | 10100001 | 1000 | 0 | 1110 | 11011 | 1011111 | 10000 | 1000100 |
Color Harmonies of #ACBBA1
Complementary color
Monochromatic Colors of #ACBBA1
Black with #ACBBA1
Text Example
Text Example
White with #ACBBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBBA1; }
p { color: rgb(172,187,161); }
H1.HeaderClassName
{
color: #ACBBA1;
}
.AnyTagClassName
{
color: #ACBBA1;
}
</style>
background-color css
<style>
a { background-color: #ACBBA1; }
a { background-color: rgb(172,187,161); }
div.DivClassName
{
background-color: #ACBBA1;
}
.BgClassName
{
background-color: #ACBBA1;
}
</style>
border-color css
<style>
span { border-color: #ACBBA1; }
span { border-color: rgb(172,187,161); }
td.TdClassName
{
border-color: #ACBBA1;
}
.TagClassName
{
border-color: #ACBBA1;
}
</style>