Color Hex Logo

#ad934e Color Hex

#AD934E
(173,147,78)
0 Favorites   0 Comments

Color spaces of #ad934e

RGB 17314778
HSL0.120.380.49
HSV44°55°68°
CMYK 0.000.150.55   0.32
XYZ29.042430.301711.5258
Yxy30.30170.40980.4276
Hunter Lab55.0470-2.156926.1187
CIE-Lab61.91370.936239.7246

#ad934e color RGB value is (173,147,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010011 01001110
Octal 255 223 116
Decimal 173 147 78
Hex AD 93 4E

RGB Percentages of Color #ad934e

%43.47
%36.93
%19.60

CMYK Percentages of Color #ad934e

%0
%15
%55
%32

Triadic Colors of #ad934e

#ad934e #4ead93 #934ead

Analogous Colors of #ad934e

#ad934e #98ad4e #ad644e

Monochromatic Colors of #ad934e

#ad934e

Complementary Color

#ad934e #4e68ad

#ad934e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad934e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad934e Color CSS Codes

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

#ad934e Text Font Color

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

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


#ad934e Background Color

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

This div background color is #ad934e


#ad934e Border Color

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

This div border color is #ad934e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad934e


Comments

No comments written yet.

Please login to write comment.