#a0958d color RGB value is (10, 9, 88).
#a0958d hex color red value is 10, green value is 9, and blue value is 88.
Cylindrical-coordinate representations (HSL) of color #a0958d
hue: 240.76,
saturation: 0.81 and lightness: 0.19.
The process color (four-color CMYK) of #a0958d color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #a0958d is #ff9999. Color #a0958d contains mainly RED.
Color spaces of #a0958d | Value |
---|---|
RGB | 160, 149, 141 |
HSL | 0.07, 0.09, 0.59 |
HSV | 25°, 12°, 63° |
XYZ | 30.05, 30.89, 29.57 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10010101 | 10001101 |
Octal | 240 | 225 | 215 |
Decimal | 160 | 149 | 141 |
Hex | A0 | 95 | 8D |
Shades of #a0958d
Tints of #a0958d
.mybgColor {background-color: #a0958d;} .myforeColor {color: #a0958d;} .myborderColor {border:3px solid #a0958d;}
<p style="color:#a0958d">Text here</p>
This sample text is styled with the font color #a0958d. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#a0958d">Div content here</div>
<div style="border:3px solid #a0958d">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160, 149, 141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a0958d; } .divShadow { -moz-box-shadow: 1px 1px 3px #a0958d; -webkit-box-shadow: 1px 1px 3px #a0958d; box-shadow: 1px 1px 3px #a0958d; }
<p style="text-shadow: 4px 4px 2px rgba(160, 149, 141, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #a0958d;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #a0958d;
-webkit-box-shadow: 1px 1px 3px #a0958d;
box-shadow: 1px 1px 3px #a0958d;">Div content here</div>