Shades of Spring Rain #A4AEA0
Tints of Spring Rain #A4AEA0
RGB
CMYK
RGB Variations
Color information
#A4AEA0 (or 0xA4AEA0) is known color: Spring Rain. HEX triplet: A4, AE and A0. RGB value is (164,174,160). Sum of RGB (Red+Green+Blue) = 164+174+160=498 (65% of max value = 765). Red value is 164 (64.45% from 255 or 32.93% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 174 - color contains mainly: green. Hex color #A4AEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AEA0 is #5B515F. Grayscale: #A9A9A9. Windows color (decimal): -5984608 or 10530468. OLE color: 10530468.
HSL color Cylindrical-coordinate representation of color #A4AEA0: hue angle of 102.86º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A4AEA0 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 174 | 160 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.32 |
| HSL | 102.86º | 0.08% | 0.65% | - |
| HSV(B) | 102.86º | 0.08% | 0.68% | - |
| XYZ | 36.79 | 40.7 | 39.18 | - |
| YUV | 169.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 174 | 160 | 0.06 | 0 | 0.08 | 0.32 | 102.86 | 0.08 | 0.65 |
| Hex | A4 | AE | A0 | 6 | 0 | 8 | 20 | 67 | 8 | 41 |
| Octal | 244 | 256 | 240 | 6 | 0 | 10 | 40 | 147 | 10 | 101 |
| Binary | 10100100 | 10101110 | 10100000 | 110 | 0 | 1000 | 100000 | 1100111 | 1000 | 1000001 |
Color Harmonies of #A4AEA0
Complementary color
Monochromatic Colors of #A4AEA0
Black with #A4AEA0
Text Example
Text Example
White with #A4AEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4AEA0; }
p { color: rgb(164,174,160); }
H1.HeaderClassName
{
color: #A4AEA0;
}
.AnyTagClassName
{
color: #A4AEA0;
}
</style>
background-color css
<style>
a { background-color: #A4AEA0; }
a { background-color: rgb(164,174,160); }
div.DivClassName
{
background-color: #A4AEA0;
}
.BgClassName
{
background-color: #A4AEA0;
}
</style>
border-color css
<style>
span { border-color: #A4AEA0; }
span { border-color: rgb(164,174,160); }
td.TdClassName
{
border-color: #A4AEA0;
}
.TagClassName
{
border-color: #A4AEA0;
}
</style>