Shades of Spring Rain #ACC8A3
Tints of Spring Rain #ACC8A3
RGB
CMYK
RGB Variations
Color information
#ACC8A3 (or 0xACC8A3) is known color: Spring Rain. HEX triplet: AC, C8 and A3. RGB value is (172,200,163). Sum of RGB (Red+Green+Blue) = 172+200+163=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 163 (64.06% from 255 or 30.47% from 535); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC8A3 is #53375C. Grayscale: #BBBBBB. Windows color (decimal): -5453661 or 10733740. OLE color: 10733740.
HSL color Cylindrical-coordinate representation of color #ACC8A3: hue angle of 105.41º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACC8A3 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 163 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.22 |
| HSL | 105.41º | 0.25% | 0.71% | - |
| HSV(B) | 105.41º | 0.19% | 0.78% | - |
| XYZ | 44.28 | 52.72 | 42.49 | - |
| YUV | 187.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 163 | 0.14 | 0 | 0.18 | 0.22 | 105.41 | 0.25 | 0.71 |
| Hex | AC | C8 | A3 | E | 0 | 12 | 16 | 69 | 19 | 47 |
| Octal | 254 | 310 | 243 | 16 | 0 | 22 | 26 | 151 | 31 | 107 |
| Binary | 10101100 | 11001000 | 10100011 | 1110 | 0 | 10010 | 10110 | 1101001 | 11001 | 1000111 |
Color Harmonies of #ACC8A3
Complementary color
Monochromatic Colors of #ACC8A3
Black with #ACC8A3
Text Example
Text Example
White with #ACC8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC8A3; }
p { color: rgb(172,200,163); }
H1.HeaderClassName
{
color: #ACC8A3;
}
.AnyTagClassName
{
color: #ACC8A3;
}
</style>
background-color css
<style>
a { background-color: #ACC8A3; }
a { background-color: rgb(172,200,163); }
div.DivClassName
{
background-color: #ACC8A3;
}
.BgClassName
{
background-color: #ACC8A3;
}
</style>
border-color css
<style>
span { border-color: #ACC8A3; }
span { border-color: rgb(172,200,163); }
td.TdClassName
{
border-color: #ACC8A3;
}
.TagClassName
{
border-color: #ACC8A3;
}
</style>