Color Hex Logo

#ad843e Color Hex

#AD843E
(173,132,62)
0 Favorites   0 Comments

Color spaces of #ad843e

RGB 17313262
HSL0.110.470.46
HSV38°64°68°
CMYK 0.000.240.64   0.32
XYZ26.354325.73468.1357
Yxy25.73460.43760.4273
Hunter Lab50.72933.956026.0019
CIE-Lab57.78438.007042.9762

#ad843e color RGB value is (173,132,62).

#ad843e hex color red value is 173, green value is 132 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ad843e hue: 0.11 , saturation: 0.47 and the lightness value of ad843e is 0.46.

The process color (four color CMYK) of #ad843e color hex is 0.00, 0.24, 0.64, 0.32. Web safe color of #ad843e is #999933. Color #ad843e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000100 00111110
Octal 255 204 76
Decimal 173 132 62
Hex AD 84 3E

RGB Percentages of Color #ad843e

%47.14
%35.97
%16.89

CMYK Percentages of Color #ad843e

%0
%24
%64
%32

Triadic Colors of #ad843e

#ad843e #3ead84 #843ead

Analogous Colors of #ad843e

#ad843e #9fad3e #ad4d3e

Monochromatic Colors of #ad843e

#ad843e

Complementary Color

#ad843e #3e67ad

#ad843e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad843e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad843e Color CSS Codes

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

#ad843e Text Font Color

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

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


#ad843e Background Color

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

This div background color is #ad843e


#ad843e Border Color

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

This div border color is #ad843e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad843e


Comments

No comments written yet.

Please login to write comment.