Shades of Spring Rain #A4ADA0
Tints of Spring Rain #A4ADA0
RGB
CMYK
RGB Variations
Color information
#A4ADA0 (or 0xA4ADA0) is known color: Spring Rain. HEX triplet: A4, AD and A0. RGB value is (164,173,160). Sum of RGB (Red+Green+Blue) = 164+173+160=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 173 - color contains mainly: green. Hex color #A4ADA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4ADA0 is #5B525F. Grayscale: #A8A8A8. Windows color (decimal): -5984864 or 10530212. OLE color: 10530212.
HSL color Cylindrical-coordinate representation of color #A4ADA0: hue angle of 101.54º degrees, saturation: 0.07, 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 #A4ADA0 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 173 | 160 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.32 |
| HSL | 101.54º | 0.07% | 0.65% | - |
| HSV(B) | 101.54º | 0.08% | 0.68% | - |
| XYZ | 36.6 | 40.32 | 39.11 | - |
| YUV | 168.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 173 | 160 | 0.05 | 0 | 0.08 | 0.32 | 101.54 | 0.07 | 0.65 |
| Hex | A4 | AD | A0 | 5 | 0 | 8 | 20 | 66 | 7 | 41 |
| Octal | 244 | 255 | 240 | 5 | 0 | 10 | 40 | 146 | 7 | 101 |
| Binary | 10100100 | 10101101 | 10100000 | 101 | 0 | 1000 | 100000 | 1100110 | 111 | 1000001 |
Color Harmonies of #A4ADA0
Complementary color
Monochromatic Colors of #A4ADA0
Black with #A4ADA0
Text Example
Text Example
White with #A4ADA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4ADA0; }
p { color: rgb(164,173,160); }
H1.HeaderClassName
{
color: #A4ADA0;
}
.AnyTagClassName
{
color: #A4ADA0;
}
</style>
background-color css
<style>
a { background-color: #A4ADA0; }
a { background-color: rgb(164,173,160); }
div.DivClassName
{
background-color: #A4ADA0;
}
.BgClassName
{
background-color: #A4ADA0;
}
</style>
border-color css
<style>
span { border-color: #A4ADA0; }
span { border-color: rgb(164,173,160); }
td.TdClassName
{
border-color: #A4ADA0;
}
.TagClassName
{
border-color: #A4ADA0;
}
</style>