Shades of Spring Rain #AAC1A3
Tints of Spring Rain #AAC1A3
RGB
CMYK
RGB Variations
Color information
#AAC1A3 (or 0xAAC1A3) is known color: Spring Rain. HEX triplet: AA, C1 and A3. RGB value is (170,193,163). Sum of RGB (Red+Green+Blue) = 170+193+163=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC1A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC1A3 is #553E5C. Grayscale: #B6B6B6. Windows color (decimal): -5586525 or 10731946. OLE color: 10731946.
HSL color Cylindrical-coordinate representation of color #AAC1A3: hue angle of 106º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAC1A3 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 163 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.24 |
| HSL | 106º | 0.19% | 0.7% | - |
| HSV(B) | 106º | 0.16% | 0.76% | - |
| XYZ | 42.26 | 49.33 | 41.94 | - |
| YUV | 182.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 163 | 0.12 | 0 | 0.16 | 0.24 | 106 | 0.19 | 0.7 |
| Hex | AA | C1 | A3 | C | 0 | 10 | 18 | 6A | 13 | 46 |
| Octal | 252 | 301 | 243 | 14 | 0 | 20 | 30 | 152 | 23 | 106 |
| Binary | 10101010 | 11000001 | 10100011 | 1100 | 0 | 10000 | 11000 | 1101010 | 10011 | 1000110 |
Color Harmonies of #AAC1A3
Complementary color
Monochromatic Colors of #AAC1A3
Black with #AAC1A3
Text Example
Text Example
White with #AAC1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC1A3; }
p { color: rgb(170,193,163); }
H1.HeaderClassName
{
color: #AAC1A3;
}
.AnyTagClassName
{
color: #AAC1A3;
}
</style>
background-color css
<style>
a { background-color: #AAC1A3; }
a { background-color: rgb(170,193,163); }
div.DivClassName
{
background-color: #AAC1A3;
}
.BgClassName
{
background-color: #AAC1A3;
}
</style>
border-color css
<style>
span { border-color: #AAC1A3; }
span { border-color: rgb(170,193,163); }
td.TdClassName
{
border-color: #AAC1A3;
}
.TagClassName
{
border-color: #AAC1A3;
}
</style>