Shades of Spring Rain #AAC4A4
Tints of Spring Rain #AAC4A4
RGB
CMYK
RGB Variations
Color information
#AAC4A4 (or 0xAAC4A4) is known color: Spring Rain. HEX triplet: AA, C4 and A4. RGB value is (170,196,164). Sum of RGB (Red+Green+Blue) = 170+196+164=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC4A4 is #553B5B. Grayscale: #B8B8B8. Windows color (decimal): -5585756 or 10798250. OLE color: 10798250.
HSL color Cylindrical-coordinate representation of color #AAC4A4: hue angle of 108.75º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAC4A4 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 164 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.23 |
| HSL | 108.75º | 0.21% | 0.71% | - |
| HSV(B) | 108.75º | 0.16% | 0.77% | - |
| XYZ | 43.02 | 50.71 | 42.64 | - |
| YUV | 184.58 | 116.39 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 164 | 0.13 | 0 | 0.16 | 0.23 | 108.75 | 0.21 | 0.71 |
| Hex | AA | C4 | A4 | D | 0 | 10 | 17 | 6D | 15 | 47 |
| Octal | 252 | 304 | 244 | 15 | 0 | 20 | 27 | 155 | 25 | 107 |
| Binary | 10101010 | 11000100 | 10100100 | 1101 | 0 | 10000 | 10111 | 1101101 | 10101 | 1000111 |
Color Harmonies of #AAC4A4
Complementary color
Monochromatic Colors of #AAC4A4
Black with #AAC4A4
Text Example
Text Example
White with #AAC4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC4A4; }
p { color: rgb(170,196,164); }
H1.HeaderClassName
{
color: #AAC4A4;
}
.AnyTagClassName
{
color: #AAC4A4;
}
</style>
background-color css
<style>
a { background-color: #AAC4A4; }
a { background-color: rgb(170,196,164); }
div.DivClassName
{
background-color: #AAC4A4;
}
.BgClassName
{
background-color: #AAC4A4;
}
</style>
border-color css
<style>
span { border-color: #AAC4A4; }
span { border-color: rgb(170,196,164); }
td.TdClassName
{
border-color: #AAC4A4;
}
.TagClassName
{
border-color: #AAC4A4;
}
</style>