Shades of Spring Rain #AAC19C
Tints of Spring Rain #AAC19C
RGB
CMYK
RGB Variations
Color information
#AAC19C (or 0xAAC19C) is known color: Spring Rain. HEX triplet: AA, C1 and 9C. RGB value is (170,193,156). Sum of RGB (Red+Green+Blue) = 170+193+156=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 156 (61.33% from 255 or 30.06% from 519); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC19C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC19C is #553E63. Grayscale: #B6B6B6. Windows color (decimal): -5586532 or 10273194. OLE color: 10273194.
HSL color Cylindrical-coordinate representation of color #AAC19C: hue angle of 97.3º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAC19C is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 156 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.24 |
| HSL | 97.3º | 0.23% | 0.68% | - |
| HSV(B) | 97.3º | 0.19% | 0.76% | - |
| XYZ | 41.65 | 49.09 | 38.73 | - |
| YUV | 181.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 156 | 0.12 | 0 | 0.19 | 0.24 | 97.3 | 0.23 | 0.68 |
| Hex | AA | C1 | 9C | C | 0 | 13 | 18 | 61 | 17 | 44 |
| Octal | 252 | 301 | 234 | 14 | 0 | 23 | 30 | 141 | 27 | 104 |
| Binary | 10101010 | 11000001 | 10011100 | 1100 | 0 | 10011 | 11000 | 1100001 | 10111 | 1000100 |
Color Harmonies of #AAC19C
Complementary color
Monochromatic Colors of #AAC19C
Black with #AAC19C
Text Example
Text Example
White with #AAC19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC19C; }
p { color: rgb(170,193,156); }
H1.HeaderClassName
{
color: #AAC19C;
}
.AnyTagClassName
{
color: #AAC19C;
}
</style>
background-color css
<style>
a { background-color: #AAC19C; }
a { background-color: rgb(170,193,156); }
div.DivClassName
{
background-color: #AAC19C;
}
.BgClassName
{
background-color: #AAC19C;
}
</style>
border-color css
<style>
span { border-color: #AAC19C; }
span { border-color: rgb(170,193,156); }
td.TdClassName
{
border-color: #AAC19C;
}
.TagClassName
{
border-color: #AAC19C;
}
</style>