Shades of Spring Rain #AAC0A6
Tints of Spring Rain #AAC0A6
RGB
CMYK
RGB Variations
Color information
#AAC0A6 (or 0xAAC0A6) is known color: Spring Rain. HEX triplet: AA, C0 and A6. RGB value is (170,192,166). Sum of RGB (Red+Green+Blue) = 170+192+166=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC0A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC0A6 is #553F59. Grayscale: #B6B6B6. Windows color (decimal): -5586778 or 10928298. OLE color: 10928298.
HSL color Cylindrical-coordinate representation of color #AAC0A6: hue angle of 110.77º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC0A6 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 166 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.25 |
| HSL | 110.77º | 0.17% | 0.7% | - |
| HSV(B) | 110.77º | 0.14% | 0.75% | - |
| XYZ | 42.31 | 49 | 43.3 | - |
| YUV | 182.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 166 | 0.11 | 0 | 0.14 | 0.25 | 110.77 | 0.17 | 0.7 |
| Hex | AA | C0 | A6 | B | 0 | E | 19 | 6F | 11 | 46 |
| Octal | 252 | 300 | 246 | 13 | 0 | 16 | 31 | 157 | 21 | 106 |
| Binary | 10101010 | 11000000 | 10100110 | 1011 | 0 | 1110 | 11001 | 1101111 | 10001 | 1000110 |
Color Harmonies of #AAC0A6
Complementary color
Monochromatic Colors of #AAC0A6
Black with #AAC0A6
Text Example
Text Example
White with #AAC0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC0A6; }
p { color: rgb(170,192,166); }
H1.HeaderClassName
{
color: #AAC0A6;
}
.AnyTagClassName
{
color: #AAC0A6;
}
</style>
background-color css
<style>
a { background-color: #AAC0A6; }
a { background-color: rgb(170,192,166); }
div.DivClassName
{
background-color: #AAC0A6;
}
.BgClassName
{
background-color: #AAC0A6;
}
</style>
border-color css
<style>
span { border-color: #AAC0A6; }
span { border-color: rgb(170,192,166); }
td.TdClassName
{
border-color: #AAC0A6;
}
.TagClassName
{
border-color: #AAC0A6;
}
</style>