Shades of Spring Rain #AACCA2
Tints of Spring Rain #AACCA2
RGB
CMYK
RGB Variations
Color information
#AACCA2 (or 0xAACCA2) is known color: Spring Rain. HEX triplet: AA, CC and A2. RGB value is (170,204,162). Sum of RGB (Red+Green+Blue) = 170+204+162=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 162 (63.67% from 255 or 30.22% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACCA2 is #55335D. Grayscale: #BDBDBD. Windows color (decimal): -5583710 or 10669226. OLE color: 10669226.
HSL color Cylindrical-coordinate representation of color #AACCA2: hue angle of 108.57º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AACCA2 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 162 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.2 |
| HSL | 108.57º | 0.29% | 0.72% | - |
| HSV(B) | 108.57º | 0.21% | 0.8% | - |
| XYZ | 44.69 | 54.34 | 42.32 | - |
| YUV | 189.05 | 112.74 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 162 | 0.17 | 0 | 0.21 | 0.2 | 108.57 | 0.29 | 0.72 |
| Hex | AA | CC | A2 | 11 | 0 | 15 | 14 | 6D | 1D | 48 |
| Octal | 252 | 314 | 242 | 21 | 0 | 25 | 24 | 155 | 35 | 110 |
| Binary | 10101010 | 11001100 | 10100010 | 10001 | 0 | 10101 | 10100 | 1101101 | 11101 | 1001000 |
Color Harmonies of #AACCA2
Complementary color
Monochromatic Colors of #AACCA2
Black with #AACCA2
Text Example
Text Example
White with #AACCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACCA2; }
p { color: rgb(170,204,162); }
H1.HeaderClassName
{
color: #AACCA2;
}
.AnyTagClassName
{
color: #AACCA2;
}
</style>
background-color css
<style>
a { background-color: #AACCA2; }
a { background-color: rgb(170,204,162); }
div.DivClassName
{
background-color: #AACCA2;
}
.BgClassName
{
background-color: #AACCA2;
}
</style>
border-color css
<style>
span { border-color: #AACCA2; }
span { border-color: rgb(170,204,162); }
td.TdClassName
{
border-color: #AACCA2;
}
.TagClassName
{
border-color: #AACCA2;
}
</style>