Shades of Spring Rain #ACC4A4
Tints of Spring Rain #ACC4A4
RGB
CMYK
RGB Variations
Color information
#ACC4A4 (or 0xACC4A4) is known color: Spring Rain. HEX triplet: AC, C4 and A4. RGB value is (172,196,164). Sum of RGB (Red+Green+Blue) = 172+196+164=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 164 (64.45% from 255 or 30.83% from 532); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC4A4 is #533B5B. Grayscale: #B9B9B9. Windows color (decimal): -5454684 or 10798252. OLE color: 10798252.
HSL color Cylindrical-coordinate representation of color #ACC4A4: hue angle of 105º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACC4A4 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 164 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.23 |
| HSL | 105º | 0.21% | 0.71% | - |
| HSV(B) | 105º | 0.16% | 0.77% | - |
| XYZ | 43.45 | 50.93 | 42.66 | - |
| YUV | 185.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 164 | 0.12 | 0 | 0.16 | 0.23 | 105 | 0.21 | 0.71 |
| Hex | AC | C4 | A4 | C | 0 | 10 | 17 | 69 | 15 | 47 |
| Octal | 254 | 304 | 244 | 14 | 0 | 20 | 27 | 151 | 25 | 107 |
| Binary | 10101100 | 11000100 | 10100100 | 1100 | 0 | 10000 | 10111 | 1101001 | 10101 | 1000111 |
Color Harmonies of #ACC4A4
Complementary color
Monochromatic Colors of #ACC4A4
Black with #ACC4A4
Text Example
Text Example
White with #ACC4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC4A4; }
p { color: rgb(172,196,164); }
H1.HeaderClassName
{
color: #ACC4A4;
}
.AnyTagClassName
{
color: #ACC4A4;
}
</style>
background-color css
<style>
a { background-color: #ACC4A4; }
a { background-color: rgb(172,196,164); }
div.DivClassName
{
background-color: #ACC4A4;
}
.BgClassName
{
background-color: #ACC4A4;
}
</style>
border-color css
<style>
span { border-color: #ACC4A4; }
span { border-color: rgb(172,196,164); }
td.TdClassName
{
border-color: #ACC4A4;
}
.TagClassName
{
border-color: #ACC4A4;
}
</style>