Shades of Spring Rain #ACC9A3
Tints of Spring Rain #ACC9A3
RGB
CMYK
RGB Variations
Color information
#ACC9A3 (or 0xACC9A3) is known color: Spring Rain. HEX triplet: AC, C9 and A3. RGB value is (172,201,163). Sum of RGB (Red+Green+Blue) = 172+201+163=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC9A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC9A3 is #53365C. Grayscale: #BCBCBC. Windows color (decimal): -5453405 or 10733996. OLE color: 10733996.
HSL color Cylindrical-coordinate representation of color #ACC9A3: hue angle of 105.79º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACC9A3 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 163 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.21 |
| HSL | 105.79º | 0.26% | 0.71% | - |
| HSV(B) | 105.79º | 0.19% | 0.79% | - |
| XYZ | 44.51 | 53.19 | 42.57 | - |
| YUV | 188 | 113.89 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 163 | 0.14 | 0 | 0.19 | 0.21 | 105.79 | 0.26 | 0.71 |
| Hex | AC | C9 | A3 | E | 0 | 13 | 15 | 6A | 1A | 47 |
| Octal | 254 | 311 | 243 | 16 | 0 | 23 | 25 | 152 | 32 | 107 |
| Binary | 10101100 | 11001001 | 10100011 | 1110 | 0 | 10011 | 10101 | 1101010 | 11010 | 1000111 |
Color Harmonies of #ACC9A3
Complementary color
Monochromatic Colors of #ACC9A3
Black with #ACC9A3
Text Example
Text Example
White with #ACC9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC9A3; }
p { color: rgb(172,201,163); }
H1.HeaderClassName
{
color: #ACC9A3;
}
.AnyTagClassName
{
color: #ACC9A3;
}
</style>
background-color css
<style>
a { background-color: #ACC9A3; }
a { background-color: rgb(172,201,163); }
div.DivClassName
{
background-color: #ACC9A3;
}
.BgClassName
{
background-color: #ACC9A3;
}
</style>
border-color css
<style>
span { border-color: #ACC9A3; }
span { border-color: rgb(172,201,163); }
td.TdClassName
{
border-color: #ACC9A3;
}
.TagClassName
{
border-color: #ACC9A3;
}
</style>