Shades of Spring Rain #AAC89B
Tints of Spring Rain #AAC89B
RGB
CMYK
RGB Variations
Color information
#AAC89B (or 0xAAC89B) is known color: Spring Rain. HEX triplet: AA, C8 and 9B. RGB value is (170,200,155). Sum of RGB (Red+Green+Blue) = 170+200+155=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC89B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC89B is #553764. Grayscale: #BABABA. Windows color (decimal): -5584741 or 10209450. OLE color: 10209450.
HSL color Cylindrical-coordinate representation of color #AAC89B: hue angle of 100º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAC89B is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 155 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.22 |
| HSL | 100º | 0.29% | 0.7% | - |
| HSV(B) | 100º | 0.23% | 0.78% | - |
| XYZ | 43.15 | 52.22 | 38.82 | - |
| YUV | 185.9 | 110.56 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 155 | 0.15 | 0 | 0.22 | 0.22 | 100 | 0.29 | 0.7 |
| Hex | AA | C8 | 9B | F | 0 | 16 | 16 | 64 | 1D | 46 |
| Octal | 252 | 310 | 233 | 17 | 0 | 26 | 26 | 144 | 35 | 106 |
| Binary | 10101010 | 11001000 | 10011011 | 1111 | 0 | 10110 | 10110 | 1100100 | 11101 | 1000110 |
Color Harmonies of #AAC89B
Complementary color
Monochromatic Colors of #AAC89B
Black with #AAC89B
Text Example
Text Example
White with #AAC89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC89B; }
p { color: rgb(170,200,155); }
H1.HeaderClassName
{
color: #AAC89B;
}
.AnyTagClassName
{
color: #AAC89B;
}
</style>
background-color css
<style>
a { background-color: #AAC89B; }
a { background-color: rgb(170,200,155); }
div.DivClassName
{
background-color: #AAC89B;
}
.BgClassName
{
background-color: #AAC89B;
}
</style>
border-color css
<style>
span { border-color: #AAC89B; }
span { border-color: rgb(170,200,155); }
td.TdClassName
{
border-color: #AAC89B;
}
.TagClassName
{
border-color: #AAC89B;
}
</style>