Shades of Spring Rain #AAC5A4
Tints of Spring Rain #AAC5A4
RGB
CMYK
RGB Variations
Color information
#AAC5A4 (or 0xAAC5A4) is known color: Spring Rain. HEX triplet: AA, C5 and A4. RGB value is (170,197,164). Sum of RGB (Red+Green+Blue) = 170+197+164=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC5A4 is #553A5B. Grayscale: #B9B9B9. Windows color (decimal): -5585500 or 10798506. OLE color: 10798506.
HSL color Cylindrical-coordinate representation of color #AAC5A4: hue angle of 109.09º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAC5A4 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 164 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.23 |
| HSL | 109.09º | 0.22% | 0.71% | - |
| HSV(B) | 109.09º | 0.17% | 0.77% | - |
| XYZ | 43.24 | 51.16 | 42.72 | - |
| YUV | 185.17 | 116.05 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 164 | 0.14 | 0 | 0.17 | 0.23 | 109.09 | 0.22 | 0.71 |
| Hex | AA | C5 | A4 | E | 0 | 11 | 17 | 6D | 16 | 47 |
| Octal | 252 | 305 | 244 | 16 | 0 | 21 | 27 | 155 | 26 | 107 |
| Binary | 10101010 | 11000101 | 10100100 | 1110 | 0 | 10001 | 10111 | 1101101 | 10110 | 1000111 |
Color Harmonies of #AAC5A4
Complementary color
Monochromatic Colors of #AAC5A4
Black with #AAC5A4
Text Example
Text Example
White with #AAC5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC5A4; }
p { color: rgb(170,197,164); }
H1.HeaderClassName
{
color: #AAC5A4;
}
.AnyTagClassName
{
color: #AAC5A4;
}
</style>
background-color css
<style>
a { background-color: #AAC5A4; }
a { background-color: rgb(170,197,164); }
div.DivClassName
{
background-color: #AAC5A4;
}
.BgClassName
{
background-color: #AAC5A4;
}
</style>
border-color css
<style>
span { border-color: #AAC5A4; }
span { border-color: rgb(170,197,164); }
td.TdClassName
{
border-color: #AAC5A4;
}
.TagClassName
{
border-color: #AAC5A4;
}
</style>