Shades of Spring Rain #AAC7A3
Tints of Spring Rain #AAC7A3
RGB
CMYK
RGB Variations
Color information
#AAC7A3 (or 0xAAC7A3) is known color: Spring Rain. HEX triplet: AA, C7 and A3. RGB value is (170,199,163). Sum of RGB (Red+Green+Blue) = 170+199+163=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 163 (64.06% from 255 or 30.64% from 532); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC7A3 is #55385C. Grayscale: #BABABA. Windows color (decimal): -5584989 or 10733482. OLE color: 10733482.
HSL color Cylindrical-coordinate representation of color #AAC7A3: hue angle of 108.33º 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 #AAC7A3 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 163 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.22 |
| HSL | 108.33º | 0.24% | 0.71% | - |
| HSV(B) | 108.33º | 0.18% | 0.78% | - |
| XYZ | 43.61 | 52.04 | 42.4 | - |
| YUV | 186.23 | 114.89 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 163 | 0.15 | 0 | 0.18 | 0.22 | 108.33 | 0.24 | 0.71 |
| Hex | AA | C7 | A3 | F | 0 | 12 | 16 | 6C | 18 | 47 |
| Octal | 252 | 307 | 243 | 17 | 0 | 22 | 26 | 154 | 30 | 107 |
| Binary | 10101010 | 11000111 | 10100011 | 1111 | 0 | 10010 | 10110 | 1101100 | 11000 | 1000111 |
Color Harmonies of #AAC7A3
Complementary color
Monochromatic Colors of #AAC7A3
Black with #AAC7A3
Text Example
Text Example
White with #AAC7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC7A3; }
p { color: rgb(170,199,163); }
H1.HeaderClassName
{
color: #AAC7A3;
}
.AnyTagClassName
{
color: #AAC7A3;
}
</style>
background-color css
<style>
a { background-color: #AAC7A3; }
a { background-color: rgb(170,199,163); }
div.DivClassName
{
background-color: #AAC7A3;
}
.BgClassName
{
background-color: #AAC7A3;
}
</style>
border-color css
<style>
span { border-color: #AAC7A3; }
span { border-color: rgb(170,199,163); }
td.TdClassName
{
border-color: #AAC7A3;
}
.TagClassName
{
border-color: #AAC7A3;
}
</style>