#AD6F69 color RGB value is (10, 214, 246).
#AD6F69 hex color red value is 10, green value is 214, and blue value is 246.
Cylindrical-coordinate representations (HSL) of color #AD6F69
hue: 188.14,
saturation: 0.93 and lightness: 0.5.
The process color (four-color CMYK) of #AD6F69 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #AD6F69 is #ff9999. Color #AD6F69 contains mainly RED.
Color spaces of #AD6F69 | Value |
---|---|
RGB | 173, 111, 105 |
HSL | 0.01, 0.29, 0.55 |
HSV | 5°, 39°, 68° |
XYZ | 25.47, 21.27, 16.13 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 1101111 | 1101001 |
Octal | 255 | 157 | 151 |
Decimal | 173 | 111 | 105 |
Hex | AD | 6F | 69 |
Shades of #AD6F69
Tints of #AD6F69
.mybgColor {background-color: #AD6F69;} .myforeColor {color: #AD6F69;} .myborderColor {border:3px solid #AD6F69;}
<p style="color:#AD6F69">Text here</p>
This sample text is styled with the font color #AD6F69. 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:#AD6F69">Div content here</div>
<div style="border:3px solid #AD6F69">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173, 111, 105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #AD6F69; } .divShadow { -moz-box-shadow: 1px 1px 3px #AD6F69; -webkit-box-shadow: 1px 1px 3px #AD6F69; box-shadow: 1px 1px 3px #AD6F69; }
<p style="text-shadow: 4px 4px 2px rgba(173, 111, 105, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #AD6F69;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #AD6F69;
-webkit-box-shadow: 1px 1px 3px #AD6F69;
box-shadow: 1px 1px 3px #AD6F69;">Div content here</div>