Color Hex Logo

#ad725e Color Hex

#AD725E
(173,114,94)
0 Favorites   0 Comments

Color spaces of #ad725e

RGB 17311494
HSL0.040.330.52
HSV15°46°68°
CMYK 0.000.340.46   0.32
XYZ25.271321.727013.4515
Yxy21.72700.41810.3594
Hunter Lab46.612215.204215.5185
CIE-Lab53.736120.927120.6254

#ad725e color RGB value is (173,114,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110010 01011110
Octal 255 162 136
Decimal 173 114 94
Hex AD 72 5E

RGB Percentages of Color #ad725e

%45.41
%29.92
%24.67

CMYK Percentages of Color #ad725e

%0
%34
%46
%32

Triadic Colors of #ad725e

#ad725e #5ead72 #725ead

Analogous Colors of #ad725e

#ad725e #ad9a5e #ad5e72

Monochromatic Colors of #ad725e

#ad725e

Complementary Color

#ad725e #5e99ad

#ad725e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad725e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad725e Color CSS Codes

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

#ad725e Text Font Color

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

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


#ad725e Background Color

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

This div background color is #ad725e


#ad725e Border Color

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

This div border color is #ad725e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad725e


Comments

No comments written yet.

Please login to write comment.