Shades of Spring Rain #ACB8A5
Tints of Spring Rain #ACB8A5
RGB
CMYK
RGB Variations
Color information
#ACB8A5 (or 0xACB8A5) is known color: Spring Rain. HEX triplet: AC, B8 and A5. RGB value is (172,184,165). Sum of RGB (Red+Green+Blue) = 172+184+165=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB8A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB8A5 is #53475A. Grayscale: #B2B2B2. Windows color (decimal): -5457755 or 10860716. OLE color: 10860716.
HSL color Cylindrical-coordinate representation of color #ACB8A5: hue angle of 97.89º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACB8A5 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 165 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.28 |
| HSL | 97.89º | 0.12% | 0.68% | - |
| HSV(B) | 97.89º | 0.1% | 0.72% | - |
| XYZ | 40.95 | 45.77 | 42.27 | - |
| YUV | 178.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 165 | 0.07 | 0 | 0.10 | 0.28 | 97.89 | 0.12 | 0.68 |
| Hex | AC | B8 | A5 | 7 | 0 | A | 1C | 62 | C | 44 |
| Octal | 254 | 270 | 245 | 7 | 0 | 12 | 34 | 142 | 14 | 104 |
| Binary | 10101100 | 10111000 | 10100101 | 111 | 0 | 1010 | 11100 | 1100010 | 1100 | 1000100 |
Color Harmonies of #ACB8A5
Complementary color
Monochromatic Colors of #ACB8A5
Black with #ACB8A5
Text Example
Text Example
White with #ACB8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB8A5; }
p { color: rgb(172,184,165); }
H1.HeaderClassName
{
color: #ACB8A5;
}
.AnyTagClassName
{
color: #ACB8A5;
}
</style>
background-color css
<style>
a { background-color: #ACB8A5; }
a { background-color: rgb(172,184,165); }
div.DivClassName
{
background-color: #ACB8A5;
}
.BgClassName
{
background-color: #ACB8A5;
}
</style>
border-color css
<style>
span { border-color: #ACB8A5; }
span { border-color: rgb(172,184,165); }
td.TdClassName
{
border-color: #ACB8A5;
}
.TagClassName
{
border-color: #ACB8A5;
}
</style>