Shades of Spring Rain #ACCAA0
Tints of Spring Rain #ACCAA0
RGB
CMYK
RGB Variations
Color information
#ACCAA0 (or 0xACCAA0) is known color: Spring Rain. HEX triplet: AC, CA and A0. RGB value is (172,202,160). Sum of RGB (Red+Green+Blue) = 172+202+160=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCAA0 is #53355F. Grayscale: #BCBCBC. Windows color (decimal): -5453152 or 10537644. OLE color: 10537644.
HSL color Cylindrical-coordinate representation of color #ACCAA0: hue angle of 102.86º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACCAA0 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 202 | 160 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.21 |
| HSL | 102.86º | 0.28% | 0.71% | - |
| HSV(B) | 102.86º | 0.21% | 0.79% | - |
| XYZ | 44.48 | 53.55 | 41.25 | - |
| YUV | 188.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 202 | 160 | 0.15 | 0 | 0.21 | 0.21 | 102.86 | 0.28 | 0.71 |
| Hex | AC | CA | A0 | F | 0 | 15 | 15 | 67 | 1C | 47 |
| Octal | 254 | 312 | 240 | 17 | 0 | 25 | 25 | 147 | 34 | 107 |
| Binary | 10101100 | 11001010 | 10100000 | 1111 | 0 | 10101 | 10101 | 1100111 | 11100 | 1000111 |
Color Harmonies of #ACCAA0
Complementary color
Monochromatic Colors of #ACCAA0
Black with #ACCAA0
Text Example
Text Example
White with #ACCAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCAA0; }
p { color: rgb(172,202,160); }
H1.HeaderClassName
{
color: #ACCAA0;
}
.AnyTagClassName
{
color: #ACCAA0;
}
</style>
background-color css
<style>
a { background-color: #ACCAA0; }
a { background-color: rgb(172,202,160); }
div.DivClassName
{
background-color: #ACCAA0;
}
.BgClassName
{
background-color: #ACCAA0;
}
</style>
border-color css
<style>
span { border-color: #ACCAA0; }
span { border-color: rgb(172,202,160); }
td.TdClassName
{
border-color: #ACCAA0;
}
.TagClassName
{
border-color: #ACCAA0;
}
</style>