Shades of Spring Rain #AAC29C
Tints of Spring Rain #AAC29C
RGB
CMYK
RGB Variations
Color information
#AAC29C (or 0xAAC29C) is known color: Spring Rain. HEX triplet: AA, C2 and 9C. RGB value is (170,194,156). Sum of RGB (Red+Green+Blue) = 170+194+156=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC29C is #553D63. Grayscale: #B6B6B6. Windows color (decimal): -5586276 or 10273450. OLE color: 10273450.
HSL color Cylindrical-coordinate representation of color #AAC29C: hue angle of 97.89º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAC29C is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 156 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.24 |
| HSL | 97.89º | 0.24% | 0.69% | - |
| HSV(B) | 97.89º | 0.2% | 0.76% | - |
| XYZ | 41.87 | 49.53 | 38.81 | - |
| YUV | 182.49 | 113.05 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 156 | 0.12 | 0 | 0.20 | 0.24 | 97.89 | 0.24 | 0.69 |
| Hex | AA | C2 | 9C | C | 0 | 14 | 18 | 62 | 18 | 45 |
| Octal | 252 | 302 | 234 | 14 | 0 | 24 | 30 | 142 | 30 | 105 |
| Binary | 10101010 | 11000010 | 10011100 | 1100 | 0 | 10100 | 11000 | 1100010 | 11000 | 1000101 |
Color Harmonies of #AAC29C
Complementary color
Monochromatic Colors of #AAC29C
Black with #AAC29C
Text Example
Text Example
White with #AAC29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC29C; }
p { color: rgb(170,194,156); }
H1.HeaderClassName
{
color: #AAC29C;
}
.AnyTagClassName
{
color: #AAC29C;
}
</style>
background-color css
<style>
a { background-color: #AAC29C; }
a { background-color: rgb(170,194,156); }
div.DivClassName
{
background-color: #AAC29C;
}
.BgClassName
{
background-color: #AAC29C;
}
</style>
border-color css
<style>
span { border-color: #AAC29C; }
span { border-color: rgb(170,194,156); }
td.TdClassName
{
border-color: #AAC29C;
}
.TagClassName
{
border-color: #AAC29C;
}
</style>