Shades of Spring Rain #A0AD9A
Tints of Spring Rain #A0AD9A
RGB
CMYK
RGB Variations
Color information
#A0AD9A (or 0xA0AD9A) is known color: Spring Rain. HEX triplet: A0, AD and 9A. RGB value is (160,173,154). Sum of RGB (Red+Green+Blue) = 160+173+154=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AD9A is #5F5265. Grayscale: #A7A7A7. Windows color (decimal): -6247014 or 10136992. OLE color: 10136992.
HSL color Cylindrical-coordinate representation of color #A0AD9A: hue angle of 101.05º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A0AD9A is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
RGB | 160 | 173 | 154 | - |
CMYK | 0.08 | 0 | 0.11 | 0.32 |
HSL | 101.05º | 0.1% | 0.64% | - |
HSV(B) | 101.05º | 0.11% | 0.68% | - |
XYZ | 35.27 | 39.69 | 36.37 | - |
YUV | 166.95 | 120.69 | 123.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 173 | 154 | 0.08 | 0 | 0.11 | 0.32 | 101.05 | 0.1 | 0.64 |
Hex | A0 | AD | 9A | 8 | 0 | B | 20 | 65 | A | 40 |
Octal | 240 | 255 | 232 | 10 | 0 | 13 | 40 | 145 | 12 | 100 |
Binary | 10100000 | 10101101 | 10011010 | 1000 | 0 | 1011 | 100000 | 1100101 | 1010 | 1000000 |
Color Harmonies of #A0AD9A
Complementary color
Monochromatic Colors of #A0AD9A
Black with #A0AD9A
Text Example
Text Example
White with #A0AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD9A; }
p { color: rgb(160,173,154); }
H1.HeaderClassName
{
color: #A0AD9A;
}
.AnyTagClassName
{
color: #A0AD9A;
}
</style>
background-color css
<style>
a { background-color: #A0AD9A; }
a { background-color: rgb(160,173,154); }
div.DivClassName
{
background-color: #A0AD9A;
}
.BgClassName
{
background-color: #A0AD9A;
}
</style>
border-color css
<style>
span { border-color: #A0AD9A; }
span { border-color: rgb(160,173,154); }
td.TdClassName
{
border-color: #A0AD9A;
}
.TagClassName
{
border-color: #A0AD9A;
}
</style>