Shades of Spring Rain #ACCAA1
Tints of Spring Rain #ACCAA1
RGB
CMYK
RGB Variations
Color information
#ACCAA1 (or 0xACCAA1) is known color: Spring Rain. HEX triplet: AC, CA and A1. RGB value is (172,202,161). Sum of RGB (Red+Green+Blue) = 172+202+161=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCAA1 is #53355E. Grayscale: #BCBCBC. Windows color (decimal): -5453151 or 10603180. OLE color: 10603180.
HSL color Cylindrical-coordinate representation of color #ACCAA1: hue angle of 103.9º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACCAA1 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 202 | 161 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.21 |
| HSL | 103.9º | 0.28% | 0.71% | - |
| HSV(B) | 103.9º | 0.2% | 0.79% | - |
| XYZ | 44.57 | 53.58 | 41.71 | - |
| YUV | 188.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 202 | 161 | 0.15 | 0 | 0.20 | 0.21 | 103.9 | 0.28 | 0.71 |
| Hex | AC | CA | A1 | F | 0 | 14 | 15 | 68 | 1C | 47 |
| Octal | 254 | 312 | 241 | 17 | 0 | 24 | 25 | 150 | 34 | 107 |
| Binary | 10101100 | 11001010 | 10100001 | 1111 | 0 | 10100 | 10101 | 1101000 | 11100 | 1000111 |
Color Harmonies of #ACCAA1
Complementary color
Monochromatic Colors of #ACCAA1
Black with #ACCAA1
Text Example
Text Example
White with #ACCAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCAA1; }
p { color: rgb(172,202,161); }
H1.HeaderClassName
{
color: #ACCAA1;
}
.AnyTagClassName
{
color: #ACCAA1;
}
</style>
background-color css
<style>
a { background-color: #ACCAA1; }
a { background-color: rgb(172,202,161); }
div.DivClassName
{
background-color: #ACCAA1;
}
.BgClassName
{
background-color: #ACCAA1;
}
</style>
border-color css
<style>
span { border-color: #ACCAA1; }
span { border-color: rgb(172,202,161); }
td.TdClassName
{
border-color: #ACCAA1;
}
.TagClassName
{
border-color: #ACCAA1;
}
</style>