Shades of Spring Rain #ACC6A3
Tints of Spring Rain #ACC6A3
RGB
CMYK
RGB Variations
Color information
#ACC6A3 (or 0xACC6A3) is known color: Spring Rain. HEX triplet: AC, C6 and A3. RGB value is (172,198,163). Sum of RGB (Red+Green+Blue) = 172+198+163=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 163 (64.06% from 255 or 30.58% from 533); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC6A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC6A3 is #53395C. Grayscale: #BABABA. Windows color (decimal): -5454173 or 10733228. OLE color: 10733228.
HSL color Cylindrical-coordinate representation of color #ACC6A3: hue angle of 104.57º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACC6A3 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 163 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.22 |
| HSL | 104.57º | 0.23% | 0.71% | - |
| HSV(B) | 104.57º | 0.18% | 0.78% | - |
| XYZ | 43.82 | 51.8 | 42.34 | - |
| YUV | 186.24 | 114.89 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 163 | 0.13 | 0 | 0.18 | 0.22 | 104.57 | 0.23 | 0.71 |
| Hex | AC | C6 | A3 | D | 0 | 12 | 16 | 69 | 17 | 47 |
| Octal | 254 | 306 | 243 | 15 | 0 | 22 | 26 | 151 | 27 | 107 |
| Binary | 10101100 | 11000110 | 10100011 | 1101 | 0 | 10010 | 10110 | 1101001 | 10111 | 1000111 |
Color Harmonies of #ACC6A3
Complementary color
Monochromatic Colors of #ACC6A3
Black with #ACC6A3
Text Example
Text Example
White with #ACC6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC6A3; }
p { color: rgb(172,198,163); }
H1.HeaderClassName
{
color: #ACC6A3;
}
.AnyTagClassName
{
color: #ACC6A3;
}
</style>
background-color css
<style>
a { background-color: #ACC6A3; }
a { background-color: rgb(172,198,163); }
div.DivClassName
{
background-color: #ACC6A3;
}
.BgClassName
{
background-color: #ACC6A3;
}
</style>
border-color css
<style>
span { border-color: #ACC6A3; }
span { border-color: rgb(172,198,163); }
td.TdClassName
{
border-color: #ACC6A3;
}
.TagClassName
{
border-color: #ACC6A3;
}
</style>