Color Hex Logo

#ad892e Color Hex

#AD892E
(173,137,46)
0 Favorites   0 Comments

Color spaces of #ad892e

RGB 17313746
HSL0.120.580.43
HSV43°73°68°
CMYK 0.000.210.73   0.32
XYZ26.672426.97286.3853
Yxy26.97280.44430.4493
Hunter Lab51.93530.785329.0652
CIE-Lab58.94914.292551.5198

#ad892e color RGB value is (173,137,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001001 00101110
Octal 255 211 56
Decimal 173 137 46
Hex AD 89 2E

RGB Percentages of Color #ad892e

%48.60
%38.48
%12.92

CMYK Percentages of Color #ad892e

%0
%21
%73
%32

Triadic Colors of #ad892e

#ad892e #2ead89 #892ead

Analogous Colors of #ad892e

#ad892e #92ad2e #ad4a2e

Monochromatic Colors of #ad892e

#ad892e

Complementary Color

#ad892e #2e52ad

#ad892e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad892e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad892e Color CSS Codes

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

#ad892e Text Font Color

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

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


#ad892e Background Color

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

This div background color is #ad892e


#ad892e Border Color

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

This div border color is #ad892e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad892e


Comments

No comments written yet.

Please login to write comment.