Shades of Spring Rain #ACB1AA
Tints of Spring Rain #ACB1AA
RGB
CMYK
RGB Variations
Color information
#ACB1AA (or 0xACB1AA) is known color: Spring Rain. HEX triplet: AC, B1 and AA. RGB value is (172,177,170). Sum of RGB (Red+Green+Blue) = 172+177+170=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB1AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB1AA is #534E55. Grayscale: #AEAEAE. Windows color (decimal): -5459542 or 11186604. OLE color: 11186604.
HSL color Cylindrical-coordinate representation of color #ACB1AA: hue angle of 102.86º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ACB1AA is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 170 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.31 |
| HSL | 102.86º | 0.04% | 0.68% | - |
| HSV(B) | 102.86º | 0.04% | 0.69% | - |
| XYZ | 39.99 | 43.12 | 44.24 | - |
| YUV | 174.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 170 | 0.03 | 0 | 0.04 | 0.31 | 102.86 | 0.04 | 0.68 |
| Hex | AC | B1 | AA | 3 | 0 | 4 | 1F | 67 | 4 | 44 |
| Octal | 254 | 261 | 252 | 3 | 0 | 4 | 37 | 147 | 4 | 104 |
| Binary | 10101100 | 10110001 | 10101010 | 11 | 0 | 100 | 11111 | 1100111 | 100 | 1000100 |
Color Harmonies of #ACB1AA
Complementary color
Monochromatic Colors of #ACB1AA
Black with #ACB1AA
Text Example
Text Example
White with #ACB1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB1AA; }
p { color: rgb(172,177,170); }
H1.HeaderClassName
{
color: #ACB1AA;
}
.AnyTagClassName
{
color: #ACB1AA;
}
</style>
background-color css
<style>
a { background-color: #ACB1AA; }
a { background-color: rgb(172,177,170); }
div.DivClassName
{
background-color: #ACB1AA;
}
.BgClassName
{
background-color: #ACB1AA;
}
</style>
border-color css
<style>
span { border-color: #ACB1AA; }
span { border-color: rgb(172,177,170); }
td.TdClassName
{
border-color: #ACB1AA;
}
.TagClassName
{
border-color: #ACB1AA;
}
</style>