Shades of Spring Rain #AACFA2
Tints of Spring Rain #AACFA2
RGB
CMYK
RGB Variations
Color information
#AACFA2 (or 0xAACFA2) is known color: Spring Rain. HEX triplet: AA, CF and A2. RGB value is (170,207,162). Sum of RGB (Red+Green+Blue) = 170+207+162=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #AACFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACFA2 is #55305D. Grayscale: #BEBEBE. Windows color (decimal): -5582942 or 10669994. OLE color: 10669994.
HSL color Cylindrical-coordinate representation of color #AACFA2: hue angle of 109.33º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AACFA2 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 162 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.19 |
| HSL | 109.33º | 0.32% | 0.72% | - |
| HSV(B) | 109.33º | 0.22% | 0.81% | - |
| XYZ | 45.41 | 55.78 | 42.56 | - |
| YUV | 190.81 | 111.74 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 162 | 0.18 | 0 | 0.22 | 0.19 | 109.33 | 0.32 | 0.72 |
| Hex | AA | CF | A2 | 12 | 0 | 16 | 13 | 6D | 20 | 48 |
| Octal | 252 | 317 | 242 | 22 | 0 | 26 | 23 | 155 | 40 | 110 |
| Binary | 10101010 | 11001111 | 10100010 | 10010 | 0 | 10110 | 10011 | 1101101 | 100000 | 1001000 |
Color Harmonies of #AACFA2
Complementary color
Monochromatic Colors of #AACFA2
Black with #AACFA2
Text Example
Text Example
White with #AACFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFA2; }
p { color: rgb(170,207,162); }
H1.HeaderClassName
{
color: #AACFA2;
}
.AnyTagClassName
{
color: #AACFA2;
}
</style>
background-color css
<style>
a { background-color: #AACFA2; }
a { background-color: rgb(170,207,162); }
div.DivClassName
{
background-color: #AACFA2;
}
.BgClassName
{
background-color: #AACFA2;
}
</style>
border-color css
<style>
span { border-color: #AACFA2; }
span { border-color: rgb(170,207,162); }
td.TdClassName
{
border-color: #AACFA2;
}
.TagClassName
{
border-color: #AACFA2;
}
</style>