Color Hex Logo

#ad894a Color Hex

#AD894A
(173,137,74)
0 Favorites   0 Comments

Color spaces of #ad894a

RGB 17313774
HSL0.110.400.48
HSV38°57°68°
CMYK 0.000.210.57   0.32
XYZ27.415327.270010.2973
Yxy27.27000.42190.4197
Hunter Lab52.22072.324424.8632
CIE-Lab59.22346.121738.5747

#ad894a color RGB value is (173,137,74).

#ad894a hex color red value is 173, green value is 137 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ad894a hue: 0.11 , saturation: 0.40 and the lightness value of ad894a is 0.48.

The process color (four color CMYK) of #ad894a color hex is 0.00, 0.21, 0.57, 0.32. Web safe color of #ad894a is #999933. Color #ad894a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001001 01001010
Octal 255 211 112
Decimal 173 137 74
Hex AD 89 4A

RGB Percentages of Color #ad894a

%45.05
%35.68
%19.27

CMYK Percentages of Color #ad894a

%0
%21
%57
%32

Triadic Colors of #ad894a

#ad894a #4aad89 #894aad

Analogous Colors of #ad894a

#ad894a #a0ad4a #ad584a

Monochromatic Colors of #ad894a

#ad894a

Complementary Color

#ad894a #4a6ead

#ad894a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad894a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad894a Color CSS Codes

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

#ad894a Text Font Color

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

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


#ad894a Background Color

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

This div background color is #ad894a


#ad894a Border Color

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

This div border color is #ad894a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad894a


Comments

No comments written yet.

Please login to write comment.