Color Hex Logo

#ad715d Color Hex

#AD715D
(173,113,93)
0 Favorites   0 Comments

Color spaces of #ad715d

RGB 17311393
HSL0.040.330.52
HSV15°46°68°
CMYK 0.000.350.46   0.32
XYZ25.114521.484813.1792
Yxy21.48480.42010.3594
Hunter Lab46.351715.600315.5882
CIE-Lab53.476021.381820.8536

#ad715d color RGB value is (173,113,93).

#ad715d hex color red value is 173, green value is 113 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ad715d hue: 0.04 , saturation: 0.33 and the lightness value of ad715d is 0.52.

The process color (four color CMYK) of #ad715d color hex is 0.00, 0.35, 0.46, 0.32. Web safe color of #ad715d is #996666. Color #ad715d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110001 01011101
Octal 255 161 135
Decimal 173 113 93
Hex AD 71 5D

RGB Percentages of Color #ad715d

%45.65
%29.82
%24.54

CMYK Percentages of Color #ad715d

%0
%35
%46
%32

Triadic Colors of #ad715d

#ad715d #5dad71 #715dad

Analogous Colors of #ad715d

#ad715d #ad995d #ad5d71

Monochromatic Colors of #ad715d

#ad715d

Complementary Color

#ad715d #5d99ad

#ad715d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad715d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad715d Color CSS Codes

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

#ad715d Text Font Color

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

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


#ad715d Background Color

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

This div background color is #ad715d


#ad715d Border Color

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

This div border color is #ad715d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad715d


Comments

No comments written yet.

Please login to write comment.