Shades of Spring Rain #A1AD9B
Tints of Spring Rain #A1AD9B
RGB
CMYK
RGB Variations
Color information
#A1AD9B (or 0xA1AD9B) is known color: Spring Rain. HEX triplet: A1, AD and 9B. RGB value is (161,173,155). Sum of RGB (Red+Green+Blue) = 161+173+155=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 173 - color contains mainly: green. Hex color #A1AD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AD9B is #5E5264. Grayscale: #A7A7A7. Windows color (decimal): -6181477 or 10202529. OLE color: 10202529.
HSL color Cylindrical-coordinate representation of color #A1AD9B: hue angle of 100º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A1AD9B is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 173 | 155 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.32 |
| HSL | 100º | 0.1% | 0.64% | - |
| HSV(B) | 100º | 0.1% | 0.68% | - |
| XYZ | 35.56 | 39.83 | 36.82 | - |
| YUV | 167.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 173 | 155 | 0.07 | 0 | 0.10 | 0.32 | 100 | 0.1 | 0.64 |
| Hex | A1 | AD | 9B | 7 | 0 | A | 20 | 64 | A | 40 |
| Octal | 241 | 255 | 233 | 7 | 0 | 12 | 40 | 144 | 12 | 100 |
| Binary | 10100001 | 10101101 | 10011011 | 111 | 0 | 1010 | 100000 | 1100100 | 1010 | 1000000 |
Color Harmonies of #A1AD9B
Complementary color
Monochromatic Colors of #A1AD9B
Black with #A1AD9B
Text Example
Text Example
White with #A1AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AD9B; }
p { color: rgb(161,173,155); }
H1.HeaderClassName
{
color: #A1AD9B;
}
.AnyTagClassName
{
color: #A1AD9B;
}
</style>
background-color css
<style>
a { background-color: #A1AD9B; }
a { background-color: rgb(161,173,155); }
div.DivClassName
{
background-color: #A1AD9B;
}
.BgClassName
{
background-color: #A1AD9B;
}
</style>
border-color css
<style>
span { border-color: #A1AD9B; }
span { border-color: rgb(161,173,155); }
td.TdClassName
{
border-color: #A1AD9B;
}
.TagClassName
{
border-color: #A1AD9B;
}
</style>