Shades of Spring Rain #AACAA3
Tints of Spring Rain #AACAA3
RGB
CMYK
RGB Variations
Color information
#AACAA3 (or 0xAACAA3) is known color: Spring Rain. HEX triplet: AA, CA and A3. RGB value is (170,202,163). Sum of RGB (Red+Green+Blue) = 170+202+163=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 163 (64.06% from 255 or 30.47% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACAA3 is #55355C. Grayscale: #BCBCBC. Windows color (decimal): -5584221 or 10734250. OLE color: 10734250.
HSL color Cylindrical-coordinate representation of color #AACAA3: hue angle of 109.23º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AACAA3 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 163 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.21 |
| HSL | 109.23º | 0.27% | 0.72% | - |
| HSV(B) | 109.23º | 0.19% | 0.79% | - |
| XYZ | 44.31 | 53.43 | 42.63 | - |
| YUV | 187.99 | 113.9 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 163 | 0.16 | 0 | 0.19 | 0.21 | 109.23 | 0.27 | 0.72 |
| Hex | AA | CA | A3 | 10 | 0 | 13 | 15 | 6D | 1B | 48 |
| Octal | 252 | 312 | 243 | 20 | 0 | 23 | 25 | 155 | 33 | 110 |
| Binary | 10101010 | 11001010 | 10100011 | 10000 | 0 | 10011 | 10101 | 1101101 | 11011 | 1001000 |
Color Harmonies of #AACAA3
Complementary color
Monochromatic Colors of #AACAA3
Black with #AACAA3
Text Example
Text Example
White with #AACAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACAA3; }
p { color: rgb(170,202,163); }
H1.HeaderClassName
{
color: #AACAA3;
}
.AnyTagClassName
{
color: #AACAA3;
}
</style>
background-color css
<style>
a { background-color: #AACAA3; }
a { background-color: rgb(170,202,163); }
div.DivClassName
{
background-color: #AACAA3;
}
.BgClassName
{
background-color: #AACAA3;
}
</style>
border-color css
<style>
span { border-color: #AACAA3; }
span { border-color: rgb(170,202,163); }
td.TdClassName
{
border-color: #AACAA3;
}
.TagClassName
{
border-color: #AACAA3;
}
</style>