color details

Color Details
#AD6F69 Color Hex

#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
Color spaces of #AD6F69Value
RGB173, 111, 105
HSL0.01, 0.29, 0.55
HSV5°, 39°, 68°
XYZ25.47, 21.27, 16.13
Base Numbers
Base Red Green Blue
Binary 10101101 1101111 1101001
Octal 255 157 151
Decimal 173 111 105
Hex AD 6F 69

RGB Percentages for Color #AD6F69

44.47%
28.53%
26.99%

CMYK Percentages of the Color #AD6F69

35.84%
39.31%
32.16%
CSS Codes for Color #AD6F69
.mybgColor {background-color: #AD6F69;}
.myforeColor {color: #AD6F69;}
.myborderColor {border:3px solid #AD6F69;}
Text Font Color #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,

Background Color #AD6F69

<div style="background-color:#AD6F69">Div content here</div>

The background color of this div is #AD6F69
Border Color #AD6F69

<div style="border:3px solid #AD6F69">Div here</div>

The border color of this div is #AD6F69
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173, 111, 105, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #AD6F69;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #AD6F69
Scroll to Top