Color Hex Logo

#ad747a Color Hex

#AD747A
(173,116,122)
0 Favorites   0 Comments

Color spaces of #ad747a

RGB 173116122
HSL0.980.260.57
HSV354°33°68°
CMYK 0.000.330.29   0.32
XYZ26.991822.780221.3867
Yxy22.78020.37930.3201
Hunter Lab47.728617.42146.8428
CIE-Lab54.845223.28335.8885

#ad747a color RGB value is (173,116,122).

#ad747a hex color red value is 173, green value is 116 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ad747a hue: 0.98 , saturation: 0.26 and the lightness value of ad747a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110100 01111010
Octal 255 164 172
Decimal 173 116 122
Hex AD 74 7A

RGB Percentages of Color #ad747a

%42.09
%28.22
%29.68

CMYK Percentages of Color #ad747a

%0
%33
%29
%32

Triadic Colors of #ad747a

#ad747a #7aad74 #747aad

Analogous Colors of #ad747a

#ad747a #ad8b74 #ad7497

Monochromatic Colors of #ad747a

#ad747a

Complementary Color

#ad747a #74ada7

#ad747a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad747a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad747a Color CSS Codes

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

#ad747a Text Font Color

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

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


#ad747a Background Color

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

This div background color is #ad747a


#ad747a Border Color

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

This div border color is #ad747a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad747a


Comments

No comments written yet.

Please login to write comment.