Color Hex Logo

#ad6744 Color Hex

#AD6744
(173,103,68)
0 Favorites   0 Comments

Color spaces of #ad6744

RGB 17310368
HSL0.060.440.47
HSV20°61°68°
CMYK 0.000.400.61   0.32
XYZ23.127219.00217.9177
Yxy19.00210.46210.3797
Hunter Lab43.591418.417319.7449
CIE-Lab50.689724.695731.5034

#ad6744 color RGB value is (173,103,68).

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

The process color (four color CMYK) of #ad6744 color hex is 0.00, 0.40, 0.61, 0.32. Web safe color of #ad6744 is #996633. Color #ad6744 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100111 01000100
Octal 255 147 104
Decimal 173 103 68
Hex AD 67 44

RGB Percentages of Color #ad6744

%50.29
%29.94
%19.77

CMYK Percentages of Color #ad6744

%0
%40
%61
%32

Triadic Colors of #ad6744

#ad6744 #44ad67 #6744ad

Analogous Colors of #ad6744

#ad6744 #ad9c44 #ad4456

Monochromatic Colors of #ad6744

#ad6744

Complementary Color

#ad6744 #448aad

#ad6744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6744 Color CSS Codes

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

#ad6744 Text Font Color

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

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


#ad6744 Background Color

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

This div background color is #ad6744


#ad6744 Border Color

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

This div border color is #ad6744


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6744


Comments

No comments written yet.

Please login to write comment.