Shades of Spring Rain #ACCAA3
Tints of Spring Rain #ACCAA3
RGB
CMYK
RGB Variations
Color information
#ACCAA3 (or 0xACCAA3) is known color: Spring Rain. HEX triplet: AC, CA and A3. RGB value is (172,202,163). Sum of RGB (Red+Green+Blue) = 172+202+163=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 163 (64.06% from 255 or 30.35% from 537); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCAA3 is #53355C. Grayscale: #BCBCBC. Windows color (decimal): -5453149 or 10734252. OLE color: 10734252.
HSL color Cylindrical-coordinate representation of color #ACCAA3: hue angle of 106.15º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACCAA3 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 202 | 163 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.21 |
| HSL | 106.15º | 0.27% | 0.72% | - |
| HSV(B) | 106.15º | 0.19% | 0.79% | - |
| XYZ | 44.74 | 53.66 | 42.65 | - |
| YUV | 188.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 202 | 163 | 0.15 | 0 | 0.19 | 0.21 | 106.15 | 0.27 | 0.72 |
| Hex | AC | CA | A3 | F | 0 | 13 | 15 | 6A | 1B | 48 |
| Octal | 254 | 312 | 243 | 17 | 0 | 23 | 25 | 152 | 33 | 110 |
| Binary | 10101100 | 11001010 | 10100011 | 1111 | 0 | 10011 | 10101 | 1101010 | 11011 | 1001000 |
Color Harmonies of #ACCAA3
Complementary color
Monochromatic Colors of #ACCAA3
Black with #ACCAA3
Text Example
Text Example
White with #ACCAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCAA3; }
p { color: rgb(172,202,163); }
H1.HeaderClassName
{
color: #ACCAA3;
}
.AnyTagClassName
{
color: #ACCAA3;
}
</style>
background-color css
<style>
a { background-color: #ACCAA3; }
a { background-color: rgb(172,202,163); }
div.DivClassName
{
background-color: #ACCAA3;
}
.BgClassName
{
background-color: #ACCAA3;
}
</style>
border-color css
<style>
span { border-color: #ACCAA3; }
span { border-color: rgb(172,202,163); }
td.TdClassName
{
border-color: #ACCAA3;
}
.TagClassName
{
border-color: #ACCAA3;
}
</style>