Shades of Spring Rain #ACC2A6
Tints of Spring Rain #ACC2A6
RGB
CMYK
RGB Variations
Color information
#ACC2A6 (or 0xACC2A6) is known color: Spring Rain. HEX triplet: AC, C2 and A6. RGB value is (172,194,166). Sum of RGB (Red+Green+Blue) = 172+194+166=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC2A6 is #533D59. Grayscale: #B8B8B8. Windows color (decimal): -5455194 or 10928812. OLE color: 10928812.
HSL color Cylindrical-coordinate representation of color #ACC2A6: hue angle of 107.14º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC2A6 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 194 | 166 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.24 |
| HSL | 107.14º | 0.19% | 0.71% | - |
| HSV(B) | 107.14º | 0.14% | 0.76% | - |
| XYZ | 43.19 | 50.11 | 43.47 | - |
| YUV | 184.23 | 117.71 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 194 | 166 | 0.11 | 0 | 0.14 | 0.24 | 107.14 | 0.19 | 0.71 |
| Hex | AC | C2 | A6 | B | 0 | E | 18 | 6B | 13 | 47 |
| Octal | 254 | 302 | 246 | 13 | 0 | 16 | 30 | 153 | 23 | 107 |
| Binary | 10101100 | 11000010 | 10100110 | 1011 | 0 | 1110 | 11000 | 1101011 | 10011 | 1000111 |
Color Harmonies of #ACC2A6
Complementary color
Monochromatic Colors of #ACC2A6
Black with #ACC2A6
Text Example
Text Example
White with #ACC2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC2A6; }
p { color: rgb(172,194,166); }
H1.HeaderClassName
{
color: #ACC2A6;
}
.AnyTagClassName
{
color: #ACC2A6;
}
</style>
background-color css
<style>
a { background-color: #ACC2A6; }
a { background-color: rgb(172,194,166); }
div.DivClassName
{
background-color: #ACC2A6;
}
.BgClassName
{
background-color: #ACC2A6;
}
</style>
border-color css
<style>
span { border-color: #ACC2A6; }
span { border-color: rgb(172,194,166); }
td.TdClassName
{
border-color: #ACC2A6;
}
.TagClassName
{
border-color: #ACC2A6;
}
</style>