Shades of Spring Rain #AAC69C
Tints of Spring Rain #AAC69C
RGB
CMYK
RGB Variations
Color information
#AAC69C (or 0xAAC69C) is known color: Spring Rain. HEX triplet: AA, C6 and 9C. RGB value is (170,198,156). Sum of RGB (Red+Green+Blue) = 170+198+156=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC69C is #553963. Grayscale: #B8B8B8. Windows color (decimal): -5585252 or 10274474. OLE color: 10274474.
HSL color Cylindrical-coordinate representation of color #AAC69C: hue angle of 100º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAC69C is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 156 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.22 |
| HSL | 100º | 0.27% | 0.69% | - |
| HSV(B) | 100º | 0.21% | 0.78% | - |
| XYZ | 42.77 | 51.33 | 39.11 | - |
| YUV | 184.84 | 111.72 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 156 | 0.14 | 0 | 0.21 | 0.22 | 100 | 0.27 | 0.69 |
| Hex | AA | C6 | 9C | E | 0 | 15 | 16 | 64 | 1B | 45 |
| Octal | 252 | 306 | 234 | 16 | 0 | 25 | 26 | 144 | 33 | 105 |
| Binary | 10101010 | 11000110 | 10011100 | 1110 | 0 | 10101 | 10110 | 1100100 | 11011 | 1000101 |
Color Harmonies of #AAC69C
Complementary color
Monochromatic Colors of #AAC69C
Black with #AAC69C
Text Example
Text Example
White with #AAC69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC69C; }
p { color: rgb(170,198,156); }
H1.HeaderClassName
{
color: #AAC69C;
}
.AnyTagClassName
{
color: #AAC69C;
}
</style>
background-color css
<style>
a { background-color: #AAC69C; }
a { background-color: rgb(170,198,156); }
div.DivClassName
{
background-color: #AAC69C;
}
.BgClassName
{
background-color: #AAC69C;
}
</style>
border-color css
<style>
span { border-color: #AAC69C; }
span { border-color: rgb(170,198,156); }
td.TdClassName
{
border-color: #AAC69C;
}
.TagClassName
{
border-color: #AAC69C;
}
</style>