Shades of Spring Rain #AAC996
Tints of Spring Rain #AAC996
RGB
CMYK
RGB Variations
Color information
#AAC996 (or 0xAAC996) is known color: Spring Rain. HEX triplet: AA, C9 and 96. RGB value is (170,201,150). Sum of RGB (Red+Green+Blue) = 170+201+150=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC996 is #553669. Grayscale: #BABABA. Windows color (decimal): -5584490 or 9882026. OLE color: 9882026.
HSL color Cylindrical-coordinate representation of color #AAC996: hue angle of 96.47º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAC996 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 150 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.21 |
| HSL | 96.47º | 0.32% | 0.69% | - |
| HSV(B) | 96.47º | 0.25% | 0.79% | - |
| XYZ | 42.97 | 52.52 | 36.73 | - |
| YUV | 185.92 | 107.73 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 150 | 0.15 | 0 | 0.25 | 0.21 | 96.47 | 0.32 | 0.69 |
| Hex | AA | C9 | 96 | F | 0 | 19 | 15 | 60 | 20 | 45 |
| Octal | 252 | 311 | 226 | 17 | 0 | 31 | 25 | 140 | 40 | 105 |
| Binary | 10101010 | 11001001 | 10010110 | 1111 | 0 | 11001 | 10101 | 1100000 | 100000 | 1000101 |
Color Harmonies of #AAC996
Complementary color
Monochromatic Colors of #AAC996
Black with #AAC996
Text Example
Text Example
White with #AAC996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC996; }
p { color: rgb(170,201,150); }
H1.HeaderClassName
{
color: #AAC996;
}
.AnyTagClassName
{
color: #AAC996;
}
</style>
background-color css
<style>
a { background-color: #AAC996; }
a { background-color: rgb(170,201,150); }
div.DivClassName
{
background-color: #AAC996;
}
.BgClassName
{
background-color: #AAC996;
}
</style>
border-color css
<style>
span { border-color: #AAC996; }
span { border-color: rgb(170,201,150); }
td.TdClassName
{
border-color: #AAC996;
}
.TagClassName
{
border-color: #AAC996;
}
</style>