Color Hex Logo

#ad544e Color Hex

#AD544E
(173,84,78)
0 Favorites   0 Comments

Color spaces of #ad544e

RGB 1738478
HSL0.010.380.49
HSV55°68°
CMYK 0.000.510.55   0.32
XYZ21.779115.77499.1047
Yxy15.77490.46680.3381
Hunter Lab39.717628.374314.2110
CIE-Lab46.677835.801320.6073

#ad544e color RGB value is (173,84,78).

#ad544e hex color red value is 173, green value is 84 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ad544e hue: 0.01 , saturation: 0.38 and the lightness value of ad544e is 0.49.

The process color (four color CMYK) of #ad544e color hex is 0.00, 0.51, 0.55, 0.32. Web safe color of #ad544e is #996666. Color #ad544e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010100 01001110
Octal 255 124 116
Decimal 173 84 78
Hex AD 54 4E

RGB Percentages of Color #ad544e

%51.64
%25.07
%23.28

CMYK Percentages of Color #ad544e

%0
%51
%55
%32

Triadic Colors of #ad544e

#ad544e #4ead54 #544ead

Analogous Colors of #ad544e

#ad544e #ad844e #ad4e78

Monochromatic Colors of #ad544e

#ad544e

Complementary Color

#ad544e #4ea7ad

#ad544e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad544e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad544e Color CSS Codes

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

#ad544e Text Font Color

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

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


#ad544e Background Color

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

This div background color is #ad544e


#ad544e Border Color

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

This div border color is #ad544e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad544e


Comments

No comments written yet.

Please login to write comment.