Shades of Spring Rain #A5ADA3
Tints of Spring Rain #A5ADA3
RGB
CMYK
RGB Variations
Color information
#A5ADA3 (or 0xA5ADA3) is known color: Spring Rain. HEX triplet: A5, AD and A3. RGB value is (165,173,163). Sum of RGB (Red+Green+Blue) = 165+173+163=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 173 - color contains mainly: green. Hex color #A5ADA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5ADA3 is #5A525C. Grayscale: #A9A9A9. Windows color (decimal): -5919325 or 10726821. OLE color: 10726821.
HSL color Cylindrical-coordinate representation of color #A5ADA3: hue angle of 108º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A5ADA3 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 173 | 163 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.32 |
| HSL | 108º | 0.06% | 0.66% | - |
| HSV(B) | 108º | 0.06% | 0.68% | - |
| XYZ | 37.07 | 40.53 | 40.52 | - |
| YUV | 169.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 163 | 0.05 | 0 | 0.06 | 0.32 | 108 | 0.06 | 0.66 |
| Hex | A5 | AD | A3 | 5 | 0 | 6 | 20 | 6C | 6 | 42 |
| Octal | 245 | 255 | 243 | 5 | 0 | 6 | 40 | 154 | 6 | 102 |
| Binary | 10100101 | 10101101 | 10100011 | 101 | 0 | 110 | 100000 | 1101100 | 110 | 1000010 |
Color Harmonies of #A5ADA3
Complementary color
Monochromatic Colors of #A5ADA3
Black with #A5ADA3
Text Example
Text Example
White with #A5ADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ADA3; }
p { color: rgb(165,173,163); }
H1.HeaderClassName
{
color: #A5ADA3;
}
.AnyTagClassName
{
color: #A5ADA3;
}
</style>
background-color css
<style>
a { background-color: #A5ADA3; }
a { background-color: rgb(165,173,163); }
div.DivClassName
{
background-color: #A5ADA3;
}
.BgClassName
{
background-color: #A5ADA3;
}
</style>
border-color css
<style>
span { border-color: #A5ADA3; }
span { border-color: rgb(165,173,163); }
td.TdClassName
{
border-color: #A5ADA3;
}
.TagClassName
{
border-color: #A5ADA3;
}
</style>