Color Hex Logo

#ad743a Color Hex

#AD743A
(173,116,58)
0 Favorites   0 Comments

Color spaces of #ad743a

RGB 17311658
HSL0.080.500.45
HSV30°66°68°
CMYK 0.000.330.66   0.32
XYZ24.242721.68056.9100
Yxy21.68050.45890.4104
Hunter Lab46.562311.452123.7948
CIE-Lab53.686416.719040.3734

#ad743a color RGB value is (173,116,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110100 00111010
Octal 255 164 72
Decimal 173 116 58
Hex AD 74 3A

RGB Percentages of Color #ad743a

%49.86
%33.43
%16.71

CMYK Percentages of Color #ad743a

%0
%33
%66
%32

Triadic Colors of #ad743a

#ad743a #3aad74 #743aad

Analogous Colors of #ad743a

#ad743a #adad3a #ad3a3a

Monochromatic Colors of #ad743a

#ad743a

Complementary Color

#ad743a #3a73ad

#ad743a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad743a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad743a Color CSS Codes

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

#ad743a Text Font Color

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

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


#ad743a Background Color

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

This div background color is #ad743a


#ad743a Border Color

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

This div border color is #ad743a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad743a


Comments

No comments written yet.

Please login to write comment.