Color Hex Logo

#ad686d Color Hex

#AD686D
(173,104,109)
0 Favorites   0 Comments

Color spaces of #ad686d

RGB 173104109
HSL0.990.300.54
HSV356°40°68°
CMYK 0.000.400.37   0.32
XYZ24.944219.889016.9923
Yxy19.88900.40350.3217
Hunter Lab44.597121.79448.6274
CIE-Lab51.711528.26099.0658

#ad686d color RGB value is (173,104,109).

#ad686d hex color red value is 173, green value is 104 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ad686d hue: 0.99 , saturation: 0.30 and the lightness value of ad686d is 0.54.

The process color (four color CMYK) of #ad686d color hex is 0.00, 0.40, 0.37, 0.32. Web safe color of #ad686d is #996666. Color #ad686d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101000 01101101
Octal 255 150 155
Decimal 173 104 109
Hex AD 68 6D

RGB Percentages of Color #ad686d

%44.82
%26.94
%28.24

CMYK Percentages of Color #ad686d

%0
%40
%37
%32

Triadic Colors of #ad686d

#ad686d #6dad68 #686dad

Analogous Colors of #ad686d

#ad686d #ad8668 #ad6890

Monochromatic Colors of #ad686d

#ad686d

Complementary Color

#ad686d #68ada8

#ad686d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad686d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad686d Color CSS Codes

.mybgcolor {background-color:#ad686d; } 
.myforecolor {color:#ad686d; }
.mybordercolor {border:3px solid #ad686d; }

#ad686d Text Font Color

<p style="color:#ad686d">Text here</p>

This sample text font color is #ad686d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ad686d Background Color

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

This div background color is #ad686d


#ad686d Border Color

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

This div border color is #ad686d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,104,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ad686d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ad686d;
  -webkit-box-shadow: 1px 1px 3px 2px #ad686d;
  box-shadow:         1px 1px 3px 2px #ad686d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ad686d;
  -webkit-box-shadow: 1px 1px 3px 2px #ad686d;
  box-shadow:         1px 1px 3px 2px #ad686d;">
Div content here</div>

This div box has shadow with color #ad686d


Comments

No comments written yet.

Please login to write comment.