Shades of Spring Rain #AAC7A4
Tints of Spring Rain #AAC7A4
RGB
CMYK
RGB Variations
Color information
#AAC7A4 (or 0xAAC7A4) is known color: Spring Rain. HEX triplet: AA, C7 and A4. RGB value is (170,199,164). Sum of RGB (Red+Green+Blue) = 170+199+164=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC7A4 is #55385B. Grayscale: #BABABA. Windows color (decimal): -5584988 or 10799018. OLE color: 10799018.
HSL color Cylindrical-coordinate representation of color #AAC7A4: hue angle of 109.71º degrees, saturation: 0.24, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAC7A4 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 164 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.22 |
| HSL | 109.71º | 0.24% | 0.71% | - |
| HSV(B) | 109.71º | 0.18% | 0.78% | - |
| XYZ | 43.7 | 52.07 | 42.87 | - |
| YUV | 186.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 164 | 0.15 | 0 | 0.18 | 0.22 | 109.71 | 0.24 | 0.71 |
| Hex | AA | C7 | A4 | F | 0 | 12 | 16 | 6E | 18 | 47 |
| Octal | 252 | 307 | 244 | 17 | 0 | 22 | 26 | 156 | 30 | 107 |
| Binary | 10101010 | 11000111 | 10100100 | 1111 | 0 | 10010 | 10110 | 1101110 | 11000 | 1000111 |
Color Harmonies of #AAC7A4
Complementary color
Monochromatic Colors of #AAC7A4
Black with #AAC7A4
Text Example
Text Example
White with #AAC7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC7A4; }
p { color: rgb(170,199,164); }
H1.HeaderClassName
{
color: #AAC7A4;
}
.AnyTagClassName
{
color: #AAC7A4;
}
</style>
background-color css
<style>
a { background-color: #AAC7A4; }
a { background-color: rgb(170,199,164); }
div.DivClassName
{
background-color: #AAC7A4;
}
.BgClassName
{
background-color: #AAC7A4;
}
</style>
border-color css
<style>
span { border-color: #AAC7A4; }
span { border-color: rgb(170,199,164); }
td.TdClassName
{
border-color: #AAC7A4;
}
.TagClassName
{
border-color: #AAC7A4;
}
</style>