Shades of Spring Rain #AAC7A0
Tints of Spring Rain #AAC7A0
RGB
CMYK
RGB Variations
Color information
#AAC7A0 (or 0xAAC7A0) is known color: Spring Rain. HEX triplet: AA, C7 and A0. RGB value is (170,199,160). Sum of RGB (Red+Green+Blue) = 170+199+160=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC7A0 is #55385F. Grayscale: #BABABA. Windows color (decimal): -5584992 or 10536874. OLE color: 10536874.
HSL color Cylindrical-coordinate representation of color #AAC7A0: hue angle of 104.62º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAC7A0 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 160 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.22 |
| HSL | 104.62º | 0.26% | 0.7% | - |
| HSV(B) | 104.62º | 0.2% | 0.78% | - |
| XYZ | 43.35 | 51.93 | 41 | - |
| YUV | 185.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 160 | 0.15 | 0 | 0.20 | 0.22 | 104.62 | 0.26 | 0.7 |
| Hex | AA | C7 | A0 | F | 0 | 14 | 16 | 69 | 1A | 46 |
| Octal | 252 | 307 | 240 | 17 | 0 | 24 | 26 | 151 | 32 | 106 |
| Binary | 10101010 | 11000111 | 10100000 | 1111 | 0 | 10100 | 10110 | 1101001 | 11010 | 1000110 |
Color Harmonies of #AAC7A0
Complementary color
Monochromatic Colors of #AAC7A0
Black with #AAC7A0
Text Example
Text Example
White with #AAC7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC7A0; }
p { color: rgb(170,199,160); }
H1.HeaderClassName
{
color: #AAC7A0;
}
.AnyTagClassName
{
color: #AAC7A0;
}
</style>
background-color css
<style>
a { background-color: #AAC7A0; }
a { background-color: rgb(170,199,160); }
div.DivClassName
{
background-color: #AAC7A0;
}
.BgClassName
{
background-color: #AAC7A0;
}
</style>
border-color css
<style>
span { border-color: #AAC7A0; }
span { border-color: rgb(170,199,160); }
td.TdClassName
{
border-color: #AAC7A0;
}
.TagClassName
{
border-color: #AAC7A0;
}
</style>