Shades of Spring Rain #ACC3A5
Tints of Spring Rain #ACC3A5
RGB
CMYK
RGB Variations
Color information
#ACC3A5 (or 0xACC3A5) is known color: Spring Rain. HEX triplet: AC, C3 and A5. RGB value is (172,195,165). Sum of RGB (Red+Green+Blue) = 172+195+165=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC3A5 is #533C5A. Grayscale: #B8B8B8. Windows color (decimal): -5454939 or 10863532. OLE color: 10863532.
HSL color Cylindrical-coordinate representation of color #ACC3A5: hue angle of 106º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACC3A5 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 195 | 165 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.24 |
| HSL | 106º | 0.2% | 0.71% | - |
| HSV(B) | 106º | 0.15% | 0.76% | - |
| XYZ | 43.32 | 50.52 | 43.06 | - |
| YUV | 184.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 195 | 165 | 0.12 | 0 | 0.15 | 0.24 | 106 | 0.2 | 0.71 |
| Hex | AC | C3 | A5 | C | 0 | F | 18 | 6A | 14 | 47 |
| Octal | 254 | 303 | 245 | 14 | 0 | 17 | 30 | 152 | 24 | 107 |
| Binary | 10101100 | 11000011 | 10100101 | 1100 | 0 | 1111 | 11000 | 1101010 | 10100 | 1000111 |
Color Harmonies of #ACC3A5
Complementary color
Monochromatic Colors of #ACC3A5
Black with #ACC3A5
Text Example
Text Example
White with #ACC3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC3A5; }
p { color: rgb(172,195,165); }
H1.HeaderClassName
{
color: #ACC3A5;
}
.AnyTagClassName
{
color: #ACC3A5;
}
</style>
background-color css
<style>
a { background-color: #ACC3A5; }
a { background-color: rgb(172,195,165); }
div.DivClassName
{
background-color: #ACC3A5;
}
.BgClassName
{
background-color: #ACC3A5;
}
</style>
border-color css
<style>
span { border-color: #ACC3A5; }
span { border-color: rgb(172,195,165); }
td.TdClassName
{
border-color: #ACC3A5;
}
.TagClassName
{
border-color: #ACC3A5;
}
</style>