Shades of Spring Rain #AACDA1
Tints of Spring Rain #AACDA1
RGB
CMYK
RGB Variations
Color information
#AACDA1 (or 0xAACDA1) is known color: Spring Rain. HEX triplet: AA, CD and A1. RGB value is (170,205,161). Sum of RGB (Red+Green+Blue) = 170+205+161=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACDA1 is #55325E. Grayscale: #BDBDBD. Windows color (decimal): -5583455 or 10603946. OLE color: 10603946.
HSL color Cylindrical-coordinate representation of color #AACDA1: hue angle of 107.73º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AACDA1 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 161 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.20 |
| HSL | 107.73º | 0.31% | 0.72% | - |
| HSV(B) | 107.73º | 0.21% | 0.8% | - |
| XYZ | 44.84 | 54.78 | 41.93 | - |
| YUV | 189.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 161 | 0.17 | 0 | 0.21 | 0.20 | 107.73 | 0.31 | 0.72 |
| Hex | AA | CD | A1 | 11 | 0 | 15 | 14 | 6C | 1F | 48 |
| Octal | 252 | 315 | 241 | 21 | 0 | 25 | 24 | 154 | 37 | 110 |
| Binary | 10101010 | 11001101 | 10100001 | 10001 | 0 | 10101 | 10100 | 1101100 | 11111 | 1001000 |
Color Harmonies of #AACDA1
Complementary color
Monochromatic Colors of #AACDA1
Black with #AACDA1
Text Example
Text Example
White with #AACDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDA1; }
p { color: rgb(170,205,161); }
H1.HeaderClassName
{
color: #AACDA1;
}
.AnyTagClassName
{
color: #AACDA1;
}
</style>
background-color css
<style>
a { background-color: #AACDA1; }
a { background-color: rgb(170,205,161); }
div.DivClassName
{
background-color: #AACDA1;
}
.BgClassName
{
background-color: #AACDA1;
}
</style>
border-color css
<style>
span { border-color: #AACDA1; }
span { border-color: rgb(170,205,161); }
td.TdClassName
{
border-color: #AACDA1;
}
.TagClassName
{
border-color: #AACDA1;
}
</style>