Color Hex Logo

#ad891e Color Hex

#AD891E
(173,137,30)
0 Favorites   0 Comments

Color spaces of #ad891e

RGB 17313730
HSL0.120.700.40
HSV45°83°68°
CMYK 0.000.210.83   0.32
XYZ26.413626.86935.0224
Yxy26.86930.45300.4608
Hunter Lab51.83560.245030.5403
CIE-Lab58.85323.644157.3305

#ad891e color RGB value is (173,137,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001001 00011110
Octal 255 211 36
Decimal 173 137 30
Hex AD 89 1E

RGB Percentages of Color #ad891e

%50.88
%40.29
%8.82

CMYK Percentages of Color #ad891e

%0
%21
%83
%32

Triadic Colors of #ad891e

#ad891e #1ead89 #891ead

Analogous Colors of #ad891e

#ad891e #8aad1e #ad421e

Monochromatic Colors of #ad891e

#ad891e

Complementary Color

#ad891e #1e42ad

#ad891e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad891e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad891e Color CSS Codes

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

#ad891e Text Font Color

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

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


#ad891e Background Color

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

This div background color is #ad891e


#ad891e Border Color

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

This div border color is #ad891e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad891e

#ad891e Color Palettes


Comments

No comments written yet.

Please login to write comment.