Color Hex Logo

#ad745d Color Hex

#AD745D
(173,116,93)
0 Favorites   0 Comments

Color spaces of #ad745d

RGB 17311693
HSL0.050.330.52
HSV17°46°68°
CMYK 0.000.330.46   0.32
XYZ25.454822.165313.2927
Yxy22.16530.41790.3639
Hunter Lab47.080014.119716.2159
CIE-Lab54.202019.695621.8220

#ad745d color RGB value is (173,116,93).

#ad745d hex color red value is 173, green value is 116 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ad745d hue: 0.05 , saturation: 0.33 and the lightness value of ad745d is 0.52.

The process color (four color CMYK) of #ad745d color hex is 0.00, 0.33, 0.46, 0.32. Web safe color of #ad745d is #996666. Color #ad745d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110100 01011101
Octal 255 164 135
Decimal 173 116 93
Hex AD 74 5D

RGB Percentages of Color #ad745d

%45.29
%30.37
%24.35

CMYK Percentages of Color #ad745d

%0
%33
%46
%32

Triadic Colors of #ad745d

#ad745d #5dad74 #745dad

Analogous Colors of #ad745d

#ad745d #ad9c5d #ad5d6e

Monochromatic Colors of #ad745d

#ad745d

Complementary Color

#ad745d #5d96ad

#ad745d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad745d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad745d Color CSS Codes

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

#ad745d Text Font Color

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

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


#ad745d Background Color

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

This div background color is #ad745d


#ad745d Border Color

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

This div border color is #ad745d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad745d


Comments

No comments written yet.

Please login to write comment.