Color Hex Logo

#ad566e Color Hex

#AD566E
(173,86,110)
0 Favorites   0 Comments

Color spaces of #ad566e

RGB 17386110
HSL0.950.350.51
HSV343°50°68°
CMYK 0.000.500.36   0.32
XYZ23.375816.665616.7366
Yxy16.66560.41170.2935
Hunter Lab40.823530.76904.2691
CIE-Lab47.835938.11092.9266

#ad566e color RGB value is (173,86,110).

#ad566e hex color red value is 173, green value is 86 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ad566e hue: 0.95 , saturation: 0.35 and the lightness value of ad566e is 0.51.

The process color (four color CMYK) of #ad566e color hex is 0.00, 0.50, 0.36, 0.32. Web safe color of #ad566e is #996666. Color #ad566e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010110 01101110
Octal 255 126 156
Decimal 173 86 110
Hex AD 56 6E

RGB Percentages of Color #ad566e

%46.88
%23.31
%29.81

CMYK Percentages of Color #ad566e

%0
%50
%36
%32

Triadic Colors of #ad566e

#ad566e #6ead56 #566ead

Analogous Colors of #ad566e

#ad566e #ad6a56 #ad569a

Monochromatic Colors of #ad566e

#ad566e

Complementary Color

#ad566e #56ad95

#ad566e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad566e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad566e Color CSS Codes

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

#ad566e Text Font Color

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

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


#ad566e Background Color

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

This div background color is #ad566e


#ad566e Border Color

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

This div border color is #ad566e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad566e


Comments

No comments written yet.

Please login to write comment.