Color Hex Logo

#ad746d Color Hex

#AD746D
(173,116,109)
0 Favorites   0 Comments

Color spaces of #ad746d

RGB 173116109
HSL0.020.280.55
HSV37°68°
CMYK 0.000.330.37   0.32
XYZ26.239322.479117.4239
Yxy22.47910.39670.3399
Hunter Lab47.412115.816011.3995
CIE-Lab54.531721.551813.0242

#ad746d color RGB value is (173,116,109).

#ad746d hex color red value is 173, green value is 116 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ad746d hue: 0.02 , saturation: 0.28 and the lightness value of ad746d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110100 01101101
Octal 255 164 155
Decimal 173 116 109
Hex AD 74 6D

RGB Percentages of Color #ad746d

%43.47
%29.15
%27.39

CMYK Percentages of Color #ad746d

%0
%33
%37
%32

Triadic Colors of #ad746d

#ad746d #6dad74 #746dad

Analogous Colors of #ad746d

#ad746d #ad946d #ad6d86

Monochromatic Colors of #ad746d

#ad746d

Complementary Color

#ad746d #6da6ad

#ad746d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad746d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad746d Color CSS Codes

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

#ad746d Text Font Color

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

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


#ad746d Background Color

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

This div background color is #ad746d


#ad746d Border Color

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

This div border color is #ad746d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,116,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 #ad746d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad746d


Comments

No comments written yet.

Please login to write comment.