Shades of Spring Rain #AAC799
Tints of Spring Rain #AAC799
RGB
CMYK
RGB Variations
Color information
#AAC799 (or 0xAAC799) is known color: Spring Rain. HEX triplet: AA, C7 and 99. RGB value is (170,199,153). Sum of RGB (Red+Green+Blue) = 170+199+153=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC799 is #553866. Grayscale: #B9B9B9. Windows color (decimal): -5584999 or 10078122. OLE color: 10078122.
HSL color Cylindrical-coordinate representation of color #AAC799: hue angle of 97.83º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAC799 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 153 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.22 |
| HSL | 97.83º | 0.29% | 0.69% | - |
| HSV(B) | 97.83º | 0.23% | 0.78% | - |
| XYZ | 42.75 | 51.69 | 37.86 | - |
| YUV | 185.09 | 109.89 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 153 | 0.15 | 0 | 0.23 | 0.22 | 97.83 | 0.29 | 0.69 |
| Hex | AA | C7 | 99 | F | 0 | 17 | 16 | 62 | 1D | 45 |
| Octal | 252 | 307 | 231 | 17 | 0 | 27 | 26 | 142 | 35 | 105 |
| Binary | 10101010 | 11000111 | 10011001 | 1111 | 0 | 10111 | 10110 | 1100010 | 11101 | 1000101 |
Color Harmonies of #AAC799
Complementary color
Monochromatic Colors of #AAC799
Black with #AAC799
Text Example
Text Example
White with #AAC799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC799; }
p { color: rgb(170,199,153); }
H1.HeaderClassName
{
color: #AAC799;
}
.AnyTagClassName
{
color: #AAC799;
}
</style>
background-color css
<style>
a { background-color: #AAC799; }
a { background-color: rgb(170,199,153); }
div.DivClassName
{
background-color: #AAC799;
}
.BgClassName
{
background-color: #AAC799;
}
</style>
border-color css
<style>
span { border-color: #AAC799; }
span { border-color: rgb(170,199,153); }
td.TdClassName
{
border-color: #AAC799;
}
.TagClassName
{
border-color: #AAC799;
}
</style>