Color Hex Logo

#ad8241 Color Hex

#AD8241
(173,130,65)
0 Favorites   0 Comments

Color spaces of #ad8241

RGB 17313065
HSL0.100.450.47
HSV36°62°68°
CMYK 0.000.250.62   0.32
XYZ26.170325.23128.4918
Yxy25.23120.43690.4213
Hunter Lab50.23075.095325.1381
CIE-Lab57.30009.333840.9297

#ad8241 color RGB value is (173,130,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000010 01000001
Octal 255 202 101
Decimal 173 130 65
Hex AD 82 41

RGB Percentages of Color #ad8241

%47.01
%35.33
%17.66

CMYK Percentages of Color #ad8241

%0
%25
%62
%32

Triadic Colors of #ad8241

#ad8241 #41ad82 #8241ad

Analogous Colors of #ad8241

#ad8241 #a2ad41 #ad4c41

Monochromatic Colors of #ad8241

#ad8241

Complementary Color

#ad8241 #416cad

#ad8241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8241 Color CSS Codes

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

#ad8241 Text Font Color

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

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


#ad8241 Background Color

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

This div background color is #ad8241


#ad8241 Border Color

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

This div border color is #ad8241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8241


Comments

No comments written yet.

Please login to write comment.