Shades of Spring Rain #ACC7A5
Tints of Spring Rain #ACC7A5
RGB
CMYK
RGB Variations
Color information
#ACC7A5 (or 0xACC7A5) is known color: Spring Rain. HEX triplet: AC, C7 and A5. RGB value is (172,199,165). Sum of RGB (Red+Green+Blue) = 172+199+165=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC7A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC7A5 is #53385A. Grayscale: #BBBBBB. Windows color (decimal): -5453915 or 10864556. OLE color: 10864556.
HSL color Cylindrical-coordinate representation of color #ACC7A5: hue angle of 107.65º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACC7A5 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 165 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.22 |
| HSL | 107.65º | 0.23% | 0.71% | - |
| HSV(B) | 107.65º | 0.17% | 0.78% | - |
| XYZ | 44.23 | 52.33 | 43.37 | - |
| YUV | 187.05 | 115.55 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 165 | 0.14 | 0 | 0.17 | 0.22 | 107.65 | 0.23 | 0.71 |
| Hex | AC | C7 | A5 | E | 0 | 11 | 16 | 6C | 17 | 47 |
| Octal | 254 | 307 | 245 | 16 | 0 | 21 | 26 | 154 | 27 | 107 |
| Binary | 10101100 | 11000111 | 10100101 | 1110 | 0 | 10001 | 10110 | 1101100 | 10111 | 1000111 |
Color Harmonies of #ACC7A5
Complementary color
Monochromatic Colors of #ACC7A5
Black with #ACC7A5
Text Example
Text Example
White with #ACC7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC7A5; }
p { color: rgb(172,199,165); }
H1.HeaderClassName
{
color: #ACC7A5;
}
.AnyTagClassName
{
color: #ACC7A5;
}
</style>
background-color css
<style>
a { background-color: #ACC7A5; }
a { background-color: rgb(172,199,165); }
div.DivClassName
{
background-color: #ACC7A5;
}
.BgClassName
{
background-color: #ACC7A5;
}
</style>
border-color css
<style>
span { border-color: #ACC7A5; }
span { border-color: rgb(172,199,165); }
td.TdClassName
{
border-color: #ACC7A5;
}
.TagClassName
{
border-color: #ACC7A5;
}
</style>