Color Hex Logo

#ad684d Color Hex

#AD684D
(173,104,77)
0 Favorites   0 Comments

Color spaces of #ad684d

RGB 17310477
HSL0.050.380.49
HSV17°55°68°
CMYK 0.000.400.55   0.32
XYZ23.523419.32079.5106
Yxy19.32070.44930.3690
Hunter Lab43.955318.605417.9402
CIE-Lab51.060324.870526.8826

#ad684d color RGB value is (173,104,77).

#ad684d hex color red value is 173, green value is 104 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ad684d hue: 0.05 , saturation: 0.38 and the lightness value of ad684d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101000 01001101
Octal 255 150 115
Decimal 173 104 77
Hex AD 68 4D

RGB Percentages of Color #ad684d

%48.87
%29.38
%21.75

CMYK Percentages of Color #ad684d

%0
%40
%55
%32

Triadic Colors of #ad684d

#ad684d #4dad68 #684dad

Analogous Colors of #ad684d

#ad684d #ad984d #ad4d62

Monochromatic Colors of #ad684d

#ad684d

Complementary Color

#ad684d #4d92ad

#ad684d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad684d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad684d Color CSS Codes

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

#ad684d Text Font Color

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

This sample text font color is #ad684d
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.


#ad684d Background Color

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

This div background color is #ad684d


#ad684d Border Color

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

This div border color is #ad684d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad684d


Comments

No comments written yet.

Please login to write comment.