Color Hex Logo

#ad7547 Color Hex

#AD7547
(173,117,71)
0 Favorites   0 Comments

Color spaces of #ad7547

RGB 17311771
HSL0.080.420.48
HSV27°59°68°
CMYK 0.000.320.59   0.32
XYZ24.732222.06178.9161
Yxy22.06170.44390.3960
Hunter Lab46.969911.792721.6241
CIE-Lab54.092417.088733.9993

#ad7547 color RGB value is (173,117,71).

#ad7547 hex color red value is 173, green value is 117 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #ad7547 hue: 0.08 , saturation: 0.42 and the lightness value of ad7547 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110101 01000111
Octal 255 165 107
Decimal 173 117 71
Hex AD 75 47

RGB Percentages of Color #ad7547

%47.92
%32.41
%19.67

CMYK Percentages of Color #ad7547

%0
%32
%59
%32

Triadic Colors of #ad7547

#ad7547 #47ad75 #7547ad

Analogous Colors of #ad7547

#ad7547 #ada847 #ad474c

Monochromatic Colors of #ad7547

#ad7547

Complementary Color

#ad7547 #477fad

#ad7547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7547 Color CSS Codes

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

#ad7547 Text Font Color

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

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


#ad7547 Background Color

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

This div background color is #ad7547


#ad7547 Border Color

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

This div border color is #ad7547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7547


Comments

No comments written yet.

Please login to write comment.