Shades of Spring Rain #AAC8A3
Tints of Spring Rain #AAC8A3
RGB
CMYK
RGB Variations
Color information
#AAC8A3 (or 0xAAC8A3) is known color: Spring Rain. HEX triplet: AA, C8 and A3. RGB value is (170,200,163). Sum of RGB (Red+Green+Blue) = 170+200+163=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 163 (64.06% from 255 or 30.58% from 533); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC8A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC8A3 is #55375C. Grayscale: #BABABA. Windows color (decimal): -5584733 or 10733738. OLE color: 10733738.
HSL color Cylindrical-coordinate representation of color #AAC8A3: hue angle of 108.65º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAC8A3 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 163 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.22 |
| HSL | 108.65º | 0.25% | 0.71% | - |
| HSV(B) | 108.65º | 0.19% | 0.78% | - |
| XYZ | 43.84 | 52.5 | 42.47 | - |
| YUV | 186.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 163 | 0.15 | 0 | 0.18 | 0.22 | 108.65 | 0.25 | 0.71 |
| Hex | AA | C8 | A3 | F | 0 | 12 | 16 | 6D | 19 | 47 |
| Octal | 252 | 310 | 243 | 17 | 0 | 22 | 26 | 155 | 31 | 107 |
| Binary | 10101010 | 11001000 | 10100011 | 1111 | 0 | 10010 | 10110 | 1101101 | 11001 | 1000111 |
Color Harmonies of #AAC8A3
Complementary color
Monochromatic Colors of #AAC8A3
Black with #AAC8A3
Text Example
Text Example
White with #AAC8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC8A3; }
p { color: rgb(170,200,163); }
H1.HeaderClassName
{
color: #AAC8A3;
}
.AnyTagClassName
{
color: #AAC8A3;
}
</style>
background-color css
<style>
a { background-color: #AAC8A3; }
a { background-color: rgb(170,200,163); }
div.DivClassName
{
background-color: #AAC8A3;
}
.BgClassName
{
background-color: #AAC8A3;
}
</style>
border-color css
<style>
span { border-color: #AAC8A3; }
span { border-color: rgb(170,200,163); }
td.TdClassName
{
border-color: #AAC8A3;
}
.TagClassName
{
border-color: #AAC8A3;
}
</style>