Shades of Spring Rain #ACC5A3
Tints of Spring Rain #ACC5A3
RGB
CMYK
RGB Variations
Color information
#ACC5A3 (or 0xACC5A3) is known color: Spring Rain. HEX triplet: AC, C5 and A3. RGB value is (172,197,163). Sum of RGB (Red+Green+Blue) = 172+197+163=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 163 (64.06% from 255 or 30.64% from 532); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC5A3 is #533A5C. Grayscale: #B9B9B9. Windows color (decimal): -5454429 or 10732972. OLE color: 10732972.
HSL color Cylindrical-coordinate representation of color #ACC5A3: hue angle of 104.12º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACC5A3 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 163 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.23 |
| HSL | 104.12º | 0.23% | 0.71% | - |
| HSV(B) | 104.12º | 0.17% | 0.77% | - |
| XYZ | 43.59 | 51.35 | 42.26 | - |
| YUV | 185.65 | 115.22 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 163 | 0.13 | 0 | 0.17 | 0.23 | 104.12 | 0.23 | 0.71 |
| Hex | AC | C5 | A3 | D | 0 | 11 | 17 | 68 | 17 | 47 |
| Octal | 254 | 305 | 243 | 15 | 0 | 21 | 27 | 150 | 27 | 107 |
| Binary | 10101100 | 11000101 | 10100011 | 1101 | 0 | 10001 | 10111 | 1101000 | 10111 | 1000111 |
Color Harmonies of #ACC5A3
Complementary color
Monochromatic Colors of #ACC5A3
Black with #ACC5A3
Text Example
Text Example
White with #ACC5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5A3; }
p { color: rgb(172,197,163); }
H1.HeaderClassName
{
color: #ACC5A3;
}
.AnyTagClassName
{
color: #ACC5A3;
}
</style>
background-color css
<style>
a { background-color: #ACC5A3; }
a { background-color: rgb(172,197,163); }
div.DivClassName
{
background-color: #ACC5A3;
}
.BgClassName
{
background-color: #ACC5A3;
}
</style>
border-color css
<style>
span { border-color: #ACC5A3; }
span { border-color: rgb(172,197,163); }
td.TdClassName
{
border-color: #ACC5A3;
}
.TagClassName
{
border-color: #ACC5A3;
}
</style>