Shades of Spring Rain #A3AB9F
Tints of Spring Rain #A3AB9F
RGB
CMYK
RGB Variations
Color information
#A3AB9F (or 0xA3AB9F) is known color: Spring Rain. HEX triplet: A3, AB and 9F. RGB value is (163,171,159). Sum of RGB (Red+Green+Blue) = 163+171+159=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AB9F is #5C5460. Grayscale: #A7A7A7. Windows color (decimal): -6050913 or 10464163. OLE color: 10464163.
HSL color Cylindrical-coordinate representation of color #A3AB9F: hue angle of 100º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A3AB9F is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 171 | 159 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.33 |
| HSL | 100º | 0.07% | 0.65% | - |
| HSV(B) | 100º | 0.07% | 0.67% | - |
| XYZ | 35.93 | 39.42 | 38.52 | - |
| YUV | 167.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 171 | 159 | 0.05 | 0 | 0.07 | 0.33 | 100 | 0.07 | 0.65 |
| Hex | A3 | AB | 9F | 5 | 0 | 7 | 21 | 64 | 7 | 41 |
| Octal | 243 | 253 | 237 | 5 | 0 | 7 | 41 | 144 | 7 | 101 |
| Binary | 10100011 | 10101011 | 10011111 | 101 | 0 | 111 | 100001 | 1100100 | 111 | 1000001 |
Color Harmonies of #A3AB9F
Complementary color
Monochromatic Colors of #A3AB9F
Black with #A3AB9F
Text Example
Text Example
White with #A3AB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AB9F; }
p { color: rgb(163,171,159); }
H1.HeaderClassName
{
color: #A3AB9F;
}
.AnyTagClassName
{
color: #A3AB9F;
}
</style>
background-color css
<style>
a { background-color: #A3AB9F; }
a { background-color: rgb(163,171,159); }
div.DivClassName
{
background-color: #A3AB9F;
}
.BgClassName
{
background-color: #A3AB9F;
}
</style>
border-color css
<style>
span { border-color: #A3AB9F; }
span { border-color: rgb(163,171,159); }
td.TdClassName
{
border-color: #A3AB9F;
}
.TagClassName
{
border-color: #A3AB9F;
}
</style>