Shades of Spring Rain #AAC0A0
Tints of Spring Rain #AAC0A0
RGB
CMYK
RGB Variations
Color information
#AAC0A0 (or 0xAAC0A0) is known color: Spring Rain. HEX triplet: AA, C0 and A0. RGB value is (170,192,160). Sum of RGB (Red+Green+Blue) = 170+192+160=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC0A0 is #553F5F. Grayscale: #B5B5B5. Windows color (decimal): -5586784 or 10535082. OLE color: 10535082.
HSL color Cylindrical-coordinate representation of color #AAC0A0: hue angle of 101.25º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAC0A0 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 160 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.25 |
| HSL | 101.25º | 0.2% | 0.69% | - |
| HSV(B) | 101.25º | 0.17% | 0.75% | - |
| XYZ | 41.77 | 48.78 | 40.47 | - |
| YUV | 181.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 160 | 0.11 | 0 | 0.17 | 0.25 | 101.25 | 0.2 | 0.69 |
| Hex | AA | C0 | A0 | B | 0 | 11 | 19 | 65 | 14 | 45 |
| Octal | 252 | 300 | 240 | 13 | 0 | 21 | 31 | 145 | 24 | 105 |
| Binary | 10101010 | 11000000 | 10100000 | 1011 | 0 | 10001 | 11001 | 1100101 | 10100 | 1000101 |
Color Harmonies of #AAC0A0
Complementary color
Monochromatic Colors of #AAC0A0
Black with #AAC0A0
Text Example
Text Example
White with #AAC0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0A0; }
p { color: rgb(170,192,160); }
H1.HeaderClassName
{
color: #AAC0A0;
}
.AnyTagClassName
{
color: #AAC0A0;
}
</style>
background-color css
<style>
a { background-color: #AAC0A0; }
a { background-color: rgb(170,192,160); }
div.DivClassName
{
background-color: #AAC0A0;
}
.BgClassName
{
background-color: #AAC0A0;
}
</style>
border-color css
<style>
span { border-color: #AAC0A0; }
span { border-color: rgb(170,192,160); }
td.TdClassName
{
border-color: #AAC0A0;
}
.TagClassName
{
border-color: #AAC0A0;
}
</style>