Color Hex Logo

#ad844e Color Hex

#AD844E
(173,132,78)
0 Favorites   0 Comments

Color spaces of #ad844e

RGB 17313278
HSL0.090.380.49
HSV34°55°68°
CMYK 0.000.240.55   0.32
XYZ26.860025.936810.7984
Yxy25.93680.42240.4078
Hunter Lab50.92825.018223.0784
CIE-Lab57.97709.248434.9710

#ad844e color RGB value is (173,132,78).

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

The process color (four color CMYK) of #ad844e color hex is 0.00, 0.24, 0.55, 0.32. Web safe color of #ad844e is #999966. Color #ad844e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000100 01001110
Octal 255 204 116
Decimal 173 132 78
Hex AD 84 4E

RGB Percentages of Color #ad844e

%45.17
%34.46
%20.37

CMYK Percentages of Color #ad844e

%0
%24
%55
%32

Triadic Colors of #ad844e

#ad844e #4ead84 #844ead

Analogous Colors of #ad844e

#ad844e #a7ad4e #ad554e

Monochromatic Colors of #ad844e

#ad844e

Complementary Color

#ad844e #4e77ad

#ad844e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad844e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad844e Color CSS Codes

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

#ad844e Text Font Color

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

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


#ad844e Background Color

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

This div background color is #ad844e


#ad844e Border Color

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

This div border color is #ad844e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,132,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 #ad844e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad844e


Comments

No comments written yet.

Please login to write comment.