Shades of Spring Rain #AAC1A0
Tints of Spring Rain #AAC1A0
RGB
CMYK
RGB Variations
Color information
#AAC1A0 (or 0xAAC1A0) is known color: Spring Rain. HEX triplet: AA, C1 and A0. RGB value is (170,193,160). Sum of RGB (Red+Green+Blue) = 170+193+160=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC1A0 is #553E5F. Grayscale: #B6B6B6. Windows color (decimal): -5586528 or 10535338. OLE color: 10535338.
HSL color Cylindrical-coordinate representation of color #AAC1A0: hue angle of 101.82º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAC1A0 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 160 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.24 |
| HSL | 101.82º | 0.21% | 0.69% | - |
| HSV(B) | 101.82º | 0.17% | 0.76% | - |
| XYZ | 41.99 | 49.22 | 40.55 | - |
| YUV | 182.36 | 115.38 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 160 | 0.12 | 0 | 0.17 | 0.24 | 101.82 | 0.21 | 0.69 |
| Hex | AA | C1 | A0 | C | 0 | 11 | 18 | 66 | 15 | 45 |
| Octal | 252 | 301 | 240 | 14 | 0 | 21 | 30 | 146 | 25 | 105 |
| Binary | 10101010 | 11000001 | 10100000 | 1100 | 0 | 10001 | 11000 | 1100110 | 10101 | 1000101 |
Color Harmonies of #AAC1A0
Complementary color
Monochromatic Colors of #AAC1A0
Black with #AAC1A0
Text Example
Text Example
White with #AAC1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC1A0; }
p { color: rgb(170,193,160); }
H1.HeaderClassName
{
color: #AAC1A0;
}
.AnyTagClassName
{
color: #AAC1A0;
}
</style>
background-color css
<style>
a { background-color: #AAC1A0; }
a { background-color: rgb(170,193,160); }
div.DivClassName
{
background-color: #AAC1A0;
}
.BgClassName
{
background-color: #AAC1A0;
}
</style>
border-color css
<style>
span { border-color: #AAC1A0; }
span { border-color: rgb(170,193,160); }
td.TdClassName
{
border-color: #AAC1A0;
}
.TagClassName
{
border-color: #AAC1A0;
}
</style>