Color Hex Logo

#ad8143 Color Hex

#AD8143
(173,129,67)
0 Favorites   0 Comments

Color spaces of #ad8143

RGB 17312967
HSL0.100.440.47
HSV35°61°68°
CMYK 0.000.250.61   0.32
XYZ26.097024.99008.7583
Yxy24.99000.43610.4176
Hunter Lab49.99005.702424.6053
CIE-Lab57.065710.039839.6410

#ad8143 color RGB value is (173,129,67).

#ad8143 hex color red value is 173, green value is 129 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #ad8143 hue: 0.10 , saturation: 0.44 and the lightness value of ad8143 is 0.47.

The process color (four color CMYK) of #ad8143 color hex is 0.00, 0.25, 0.61, 0.32. Web safe color of #ad8143 is #999933. Color #ad8143 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000001 01000011
Octal 255 201 103
Decimal 173 129 67
Hex AD 81 43

RGB Percentages of Color #ad8143

%46.88
%34.96
%18.16

CMYK Percentages of Color #ad8143

%0
%25
%61
%32

Triadic Colors of #ad8143

#ad8143 #43ad81 #8143ad

Analogous Colors of #ad8143

#ad8143 #a4ad43 #ad4c43

Monochromatic Colors of #ad8143

#ad8143

Complementary Color

#ad8143 #436fad

#ad8143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8143 Color CSS Codes

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

#ad8143 Text Font Color

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

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


#ad8143 Background Color

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

This div background color is #ad8143


#ad8143 Border Color

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

This div border color is #ad8143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8143


Comments

No comments written yet.

Please login to write comment.