Color Hex Logo

#ad914e Color Hex

#AD914E
(173,145,78)
0 Favorites   0 Comments

Color spaces of #ad914e

RGB 17314578
HSL0.120.380.49
HSV42°55°68°
CMYK 0.000.160.55   0.32
XYZ28.734129.685111.4231
Yxy29.68510.41140.4250
Hunter Lab54.4840-1.208725.7081
CIE-Lab61.38162.033939.0891

#ad914e color RGB value is (173,145,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010001 01001110
Octal 255 221 116
Decimal 173 145 78
Hex AD 91 4E

RGB Percentages of Color #ad914e

%43.69
%36.62
%19.70

CMYK Percentages of Color #ad914e

%0
%16
%55
%32

Triadic Colors of #ad914e

#ad914e #4ead91 #914ead

Analogous Colors of #ad914e

#ad914e #9aad4e #ad624e

Monochromatic Colors of #ad914e

#ad914e

Complementary Color

#ad914e #4e6aad

#ad914e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad914e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad914e Color CSS Codes

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

#ad914e Text Font Color

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

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


#ad914e Background Color

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

This div background color is #ad914e


#ad914e Border Color

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

This div border color is #ad914e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad914e


Comments

No comments written yet.

Please login to write comment.