Color Hex Logo

#ad874d Color Hex

#AD874D
(173,135,77)
0 Favorites   0 Comments

Color spaces of #ad874d

RGB 17313577
HSL0.100.380.49
HSV36°55°68°
CMYK 0.000.220.55   0.32
XYZ27.237126.748010.7485
Yxy26.74800.42080.4132
Hunter Lab51.71853.498223.8809
CIE-Lab58.74037.486636.4299

#ad874d color RGB value is (173,135,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000111 01001101
Octal 255 207 115
Decimal 173 135 77
Hex AD 87 4D

RGB Percentages of Color #ad874d

%44.94
%35.06
%20.00

CMYK Percentages of Color #ad874d

%0
%22
%55
%32

Triadic Colors of #ad874d

#ad874d #4dad87 #874dad

Analogous Colors of #ad874d

#ad874d #a3ad4d #ad574d

Monochromatic Colors of #ad874d

#ad874d

Complementary Color

#ad874d #4d73ad

#ad874d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad874d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad874d Color CSS Codes

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

#ad874d Text Font Color

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

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


#ad874d Background Color

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

This div background color is #ad874d


#ad874d Border Color

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

This div border color is #ad874d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad874d


Comments

No comments written yet.

Please login to write comment.