Color Hex Logo

#ad726c Color Hex

#AD726C
(173,114,108)
0 Favorites   0 Comments

Color spaces of #ad726c

RGB 173114108
HSL0.020.280.55
HSV38°68°
CMYK 0.000.340.38   0.32
XYZ25.957722.001617.0660
Yxy22.00160.39920.3384
Hunter Lab46.905916.696611.2623
CIE-Lab54.028722.551012.9056

#ad726c color RGB value is (173,114,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110010 01101100
Octal 255 162 154
Decimal 173 114 108
Hex AD 72 6C

RGB Percentages of Color #ad726c

%43.80
%28.86
%27.34

CMYK Percentages of Color #ad726c

%0
%34
%38
%32

Triadic Colors of #ad726c

#ad726c #6cad72 #726cad

Analogous Colors of #ad726c

#ad726c #ad936c #ad6c87

Monochromatic Colors of #ad726c

#ad726c

Complementary Color

#ad726c #6ca7ad

#ad726c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad726c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad726c Color CSS Codes

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

#ad726c Text Font Color

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

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


#ad726c Background Color

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

This div background color is #ad726c


#ad726c Border Color

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

This div border color is #ad726c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad726c


Comments

No comments written yet.

Please login to write comment.