Shades of Spring Rain #ACC4A3
Tints of Spring Rain #ACC4A3
RGB
CMYK
RGB Variations
Color information
#ACC4A3 (or 0xACC4A3) is known color: Spring Rain. HEX triplet: AC, C4 and A3. RGB value is (172,196,163). Sum of RGB (Red+Green+Blue) = 172+196+163=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 163 (64.06% from 255 or 30.70% from 531); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC4A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC4A3 is #533B5C. Grayscale: #B9B9B9. Windows color (decimal): -5454685 or 10732716. OLE color: 10732716.
HSL color Cylindrical-coordinate representation of color #ACC4A3: hue angle of 103.64º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACC4A3 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 163 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.23 |
| HSL | 103.64º | 0.22% | 0.7% | - |
| HSV(B) | 103.64º | 0.17% | 0.77% | - |
| XYZ | 43.36 | 50.89 | 42.19 | - |
| YUV | 185.06 | 115.55 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 163 | 0.12 | 0 | 0.17 | 0.23 | 103.64 | 0.22 | 0.7 |
| Hex | AC | C4 | A3 | C | 0 | 11 | 17 | 68 | 16 | 46 |
| Octal | 254 | 304 | 243 | 14 | 0 | 21 | 27 | 150 | 26 | 106 |
| Binary | 10101100 | 11000100 | 10100011 | 1100 | 0 | 10001 | 10111 | 1101000 | 10110 | 1000110 |
Color Harmonies of #ACC4A3
Complementary color
Monochromatic Colors of #ACC4A3
Black with #ACC4A3
Text Example
Text Example
White with #ACC4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC4A3; }
p { color: rgb(172,196,163); }
H1.HeaderClassName
{
color: #ACC4A3;
}
.AnyTagClassName
{
color: #ACC4A3;
}
</style>
background-color css
<style>
a { background-color: #ACC4A3; }
a { background-color: rgb(172,196,163); }
div.DivClassName
{
background-color: #ACC4A3;
}
.BgClassName
{
background-color: #ACC4A3;
}
</style>
border-color css
<style>
span { border-color: #ACC4A3; }
span { border-color: rgb(172,196,163); }
td.TdClassName
{
border-color: #ACC4A3;
}
.TagClassName
{
border-color: #ACC4A3;
}
</style>