#a0acae color RGB value is (10, 10, 202).
#a0acae hex color red value is 10, green value is 10, and blue value is 202.
Cylindrical-coordinate representations (HSL) of color #a0acae
hue: 240,
saturation: 0.91 and lightness: 0.42.
The process color (four-color CMYK) of #a0acae color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #a0acae is #ff9999. Color #a0acae contains mainly RED.
Color spaces of #a0acae | Value |
---|---|
RGB | 160, 172, 174 |
HSL | 0.52, 0.08, 0.65 |
HSV | 189°, 8°, 68° |
XYZ | 36.89, 40.03, 45.82 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 10101100 | 10101110 |
Octal | 240 | 254 | 256 |
Decimal | 160 | 172 | 174 |
Hex | A0 | AC | AE |
Shades of #a0acae
Tints of #a0acae
.mybgColor {background-color: #a0acae;} .myforeColor {color: #a0acae;} .myborderColor {border:3px solid #a0acae;}
<p style="color:#a0acae">Text here</p>
This sample text is styled with the font color #a0acae. 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:#a0acae">Div content here</div>
<div style="border:3px solid #a0acae">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160, 172, 174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a0acae; } .divShadow { -moz-box-shadow: 1px 1px 3px #a0acae; -webkit-box-shadow: 1px 1px 3px #a0acae; box-shadow: 1px 1px 3px #a0acae; }
<p style="text-shadow: 4px 4px 2px rgba(160, 172, 174, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #a0acae;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #a0acae;
-webkit-box-shadow: 1px 1px 3px #a0acae;
box-shadow: 1px 1px 3px #a0acae;">Div content here</div>