Color Hex Logo

#ad994e Color Hex

#AD994E
(173,153,78)
0 Favorites   0 Comments

Color spaces of #ad994e

RGB 17315378
HSL0.130.380.49
HSV47°55°68°
CMYK 0.000.120.55   0.32
XYZ30.000032.216811.8450
Yxy32.21680.40510.4350
Hunter Lab56.7598-4.984927.3589
CIE-Lab63.5217-2.333341.6316

#ad994e color RGB value is (173,153,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011001 01001110
Octal 255 231 116
Decimal 173 153 78
Hex AD 99 4E

RGB Percentages of Color #ad994e

%42.82
%37.87
%19.31

CMYK Percentages of Color #ad994e

%0
%12
%55
%32

Triadic Colors of #ad994e

#ad994e #4ead99 #994ead

Analogous Colors of #ad994e

#ad994e #92ad4e #ad6a4e

Monochromatic Colors of #ad994e

#ad994e

Complementary Color

#ad994e #4e62ad

#ad994e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad994e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad994e Color CSS Codes

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

#ad994e Text Font Color

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

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


#ad994e Background Color

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

This div background color is #ad994e


#ad994e Border Color

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

This div border color is #ad994e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad994e


Comments

No comments written yet.

Please login to write comment.