Shades of Spring Rain #AACBA0
Tints of Spring Rain #AACBA0
RGB
CMYK
RGB Variations
Color information
#AACBA0 (or 0xAACBA0) is known color: Spring Rain. HEX triplet: AA, CB and A0. RGB value is (170,203,160). Sum of RGB (Red+Green+Blue) = 170+203+160=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACBA0 is #55345F. Grayscale: #BCBCBC. Windows color (decimal): -5583968 or 10537898. OLE color: 10537898.
HSL color Cylindrical-coordinate representation of color #AACBA0: hue angle of 106.05º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AACBA0 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 160 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.20 |
| HSL | 106.05º | 0.29% | 0.71% | - |
| HSV(B) | 106.05º | 0.21% | 0.8% | - |
| XYZ | 44.28 | 53.8 | 41.31 | - |
| YUV | 188.23 | 112.07 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 160 | 0.16 | 0 | 0.21 | 0.20 | 106.05 | 0.29 | 0.71 |
| Hex | AA | CB | A0 | 10 | 0 | 15 | 14 | 6A | 1D | 47 |
| Octal | 252 | 313 | 240 | 20 | 0 | 25 | 24 | 152 | 35 | 107 |
| Binary | 10101010 | 11001011 | 10100000 | 10000 | 0 | 10101 | 10100 | 1101010 | 11101 | 1000111 |
Color Harmonies of #AACBA0
Complementary color
Monochromatic Colors of #AACBA0
Black with #AACBA0
Text Example
Text Example
White with #AACBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACBA0; }
p { color: rgb(170,203,160); }
H1.HeaderClassName
{
color: #AACBA0;
}
.AnyTagClassName
{
color: #AACBA0;
}
</style>
background-color css
<style>
a { background-color: #AACBA0; }
a { background-color: rgb(170,203,160); }
div.DivClassName
{
background-color: #AACBA0;
}
.BgClassName
{
background-color: #AACBA0;
}
</style>
border-color css
<style>
span { border-color: #AACBA0; }
span { border-color: rgb(170,203,160); }
td.TdClassName
{
border-color: #AACBA0;
}
.TagClassName
{
border-color: #AACBA0;
}
</style>