Color Hex Logo

#ad744b Color Hex

#AD744B
(173,116,75)
0 Favorites   0 Comments

Color spaces of #ad744b

RGB 17311675
HSL0.070.400.49
HSV25°57°68°
CMYK 0.000.330.57   0.32
XYZ24.749021.88309.5760
Yxy21.88300.44030.3893
Hunter Lab46.779312.573320.6085
CIE-Lab53.902617.979031.5803

#ad744b color RGB value is (173,116,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110100 01001011
Octal 255 164 113
Decimal 173 116 75
Hex AD 74 4B

RGB Percentages of Color #ad744b

%47.53
%31.87
%20.60

CMYK Percentages of Color #ad744b

%0
%33
%57
%32

Triadic Colors of #ad744b

#ad744b #4bad74 #744bad

Analogous Colors of #ad744b

#ad744b #ada54b #ad4b53

Monochromatic Colors of #ad744b

#ad744b

Complementary Color

#ad744b #4b84ad

#ad744b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad744b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad744b Color CSS Codes

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

#ad744b Text Font Color

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

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


#ad744b Background Color

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

This div background color is #ad744b


#ad744b Border Color

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

This div border color is #ad744b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad744b


Comments

No comments written yet.

Please login to write comment.