Shades of Spring Rain #AAC09F
Tints of Spring Rain #AAC09F
RGB
CMYK
RGB Variations
Color information
#AAC09F (or 0xAAC09F) is known color: Spring Rain. HEX triplet: AA, C0 and 9F. RGB value is (170,192,159). Sum of RGB (Red+Green+Blue) = 170+192+159=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC09F is #553F60. Grayscale: #B5B5B5. Windows color (decimal): -5586785 or 10469546. OLE color: 10469546.
HSL color Cylindrical-coordinate representation of color #AAC09F: hue angle of 100º degrees, saturation: 0.21, 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 #AAC09F is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 159 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.25 |
| HSL | 100º | 0.21% | 0.69% | - |
| HSV(B) | 100º | 0.17% | 0.75% | - |
| XYZ | 41.69 | 48.75 | 40.01 | - |
| YUV | 181.66 | 115.21 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 159 | 0.11 | 0 | 0.17 | 0.25 | 100 | 0.21 | 0.69 |
| Hex | AA | C0 | 9F | B | 0 | 11 | 19 | 64 | 15 | 45 |
| Octal | 252 | 300 | 237 | 13 | 0 | 21 | 31 | 144 | 25 | 105 |
| Binary | 10101010 | 11000000 | 10011111 | 1011 | 0 | 10001 | 11001 | 1100100 | 10101 | 1000101 |
Color Harmonies of #AAC09F
Complementary color
Monochromatic Colors of #AAC09F
Black with #AAC09F
Text Example
Text Example
White with #AAC09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC09F; }
p { color: rgb(170,192,159); }
H1.HeaderClassName
{
color: #AAC09F;
}
.AnyTagClassName
{
color: #AAC09F;
}
</style>
background-color css
<style>
a { background-color: #AAC09F; }
a { background-color: rgb(170,192,159); }
div.DivClassName
{
background-color: #AAC09F;
}
.BgClassName
{
background-color: #AAC09F;
}
</style>
border-color css
<style>
span { border-color: #AAC09F; }
span { border-color: rgb(170,192,159); }
td.TdClassName
{
border-color: #AAC09F;
}
.TagClassName
{
border-color: #AAC09F;
}
</style>