Color Hex Logo

#ad542c Color Hex

#AD542C
(173,84,44)
0 Favorites   0 Comments

Color spaces of #ad542c

RGB 1738444
HSL0.050.590.43
HSV19°75°68°
CMYK 0.000.510.75   0.32
XYZ20.858515.40674.2573
Yxy15.40670.51470.3802
Hunter Lab39.251426.166521.0452
CIE-Lab46.186333.546639.3357

#ad542c color RGB value is (173,84,44).

#ad542c hex color red value is 173, green value is 84 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ad542c hue: 0.05 , saturation: 0.59 and the lightness value of ad542c is 0.43.

The process color (four color CMYK) of #ad542c color hex is 0.00, 0.51, 0.75, 0.32. Web safe color of #ad542c is #996633. Color #ad542c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010100 00101100
Octal 255 124 54
Decimal 173 84 44
Hex AD 54 2C

RGB Percentages of Color #ad542c

%57.48
%27.91
%14.62

CMYK Percentages of Color #ad542c

%0
%51
%75
%32

Triadic Colors of #ad542c

#ad542c #2cad54 #542cad

Analogous Colors of #ad542c

#ad542c #ad952c #ad2c45

Monochromatic Colors of #ad542c

#ad542c

Complementary Color

#ad542c #2c85ad

#ad542c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad542c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad542c Color CSS Codes

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

#ad542c Text Font Color

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

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


#ad542c Background Color

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

This div background color is #ad542c


#ad542c Border Color

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

This div border color is #ad542c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad542c


Comments

No comments written yet.

Please login to write comment.