Color Hex Logo

#ad743b Color Hex

#AD743B
(173,116,59)
0 Favorites   0 Comments

Color spaces of #ad743b

RGB 17311659
HSL0.080.490.45
HSV30°66°68°
CMYK 0.000.330.66   0.32
XYZ24.268421.69087.0453
Yxy21.69080.45790.4092
Hunter Lab46.573411.509123.6324
CIE-Lab53.697416.783439.8751

#ad743b color RGB value is (173,116,59).

#ad743b hex color red value is 173, green value is 116 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ad743b hue: 0.08 , saturation: 0.49 and the lightness value of ad743b is 0.45.

The process color (four color CMYK) of #ad743b color hex is 0.00, 0.33, 0.66, 0.32. Web safe color of #ad743b is #996633. Color #ad743b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110100 00111011
Octal 255 164 73
Decimal 173 116 59
Hex AD 74 3B

RGB Percentages of Color #ad743b

%49.71
%33.33
%16.95

CMYK Percentages of Color #ad743b

%0
%33
%66
%32

Triadic Colors of #ad743b

#ad743b #3bad74 #743bad

Analogous Colors of #ad743b

#ad743b #adad3b #ad3b3b

Monochromatic Colors of #ad743b

#ad743b

Complementary Color

#ad743b #3b74ad

#ad743b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad743b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad743b Color CSS Codes

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

#ad743b Text Font Color

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

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


#ad743b Background Color

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

This div background color is #ad743b


#ad743b Border Color

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

This div border color is #ad743b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad743b


Comments

No comments written yet.

Please login to write comment.