Shades of Spring Rain #A1AB9D
Tints of Spring Rain #A1AB9D
RGB
CMYK
RGB Variations
Color information
#A1AB9D (or 0xA1AB9D) is known color: Spring Rain. HEX triplet: A1, AB and 9D. RGB value is (161,171,157). Sum of RGB (Red+Green+Blue) = 161+171+157=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AB9D is #5E5462. Grayscale: #A6A6A6. Windows color (decimal): -6181987 or 10333089. OLE color: 10333089.
HSL color Cylindrical-coordinate representation of color #A1AB9D: hue angle of 102.86º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A1AB9D is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 157 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.33 |
| HSL | 102.86º | 0.08% | 0.64% | - |
| HSV(B) | 102.86º | 0.08% | 0.67% | - |
| XYZ | 35.35 | 39.14 | 37.59 | - |
| YUV | 166.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 157 | 0.06 | 0 | 0.08 | 0.33 | 102.86 | 0.08 | 0.64 |
| Hex | A1 | AB | 9D | 6 | 0 | 8 | 21 | 67 | 8 | 40 |
| Octal | 241 | 253 | 235 | 6 | 0 | 10 | 41 | 147 | 10 | 100 |
| Binary | 10100001 | 10101011 | 10011101 | 110 | 0 | 1000 | 100001 | 1100111 | 1000 | 1000000 |
Color Harmonies of #A1AB9D
Complementary color
Monochromatic Colors of #A1AB9D
Black with #A1AB9D
Text Example
Text Example
White with #A1AB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB9D; }
p { color: rgb(161,171,157); }
H1.HeaderClassName
{
color: #A1AB9D;
}
.AnyTagClassName
{
color: #A1AB9D;
}
</style>
background-color css
<style>
a { background-color: #A1AB9D; }
a { background-color: rgb(161,171,157); }
div.DivClassName
{
background-color: #A1AB9D;
}
.BgClassName
{
background-color: #A1AB9D;
}
</style>
border-color css
<style>
span { border-color: #A1AB9D; }
span { border-color: rgb(161,171,157); }
td.TdClassName
{
border-color: #A1AB9D;
}
.TagClassName
{
border-color: #A1AB9D;
}
</style>