Color Hex Logo

#ad566a Color Hex

#AD566A
(173,86,106)
0 Favorites   0 Comments

Color spaces of #ad566a

RGB 17386106
HSL0.960.350.51
HSV346°50°68°
CMYK 0.000.500.39   0.32
XYZ23.162916.580415.6152
Yxy16.58040.41840.2995
Hunter Lab40.719030.28095.7664
CIE-Lab47.726937.62665.1871

#ad566a color RGB value is (173,86,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010110 01101010
Octal 255 126 152
Decimal 173 86 106
Hex AD 56 6A

RGB Percentages of Color #ad566a

%47.40
%23.56
%29.04

CMYK Percentages of Color #ad566a

%0
%50
%39
%32

Triadic Colors of #ad566a

#ad566a #6aad56 #566aad

Analogous Colors of #ad566a

#ad566a #ad6e56 #ad5696

Monochromatic Colors of #ad566a

#ad566a

Complementary Color

#ad566a #56ad99

#ad566a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad566a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad566a Color CSS Codes

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

#ad566a Text Font Color

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

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


#ad566a Background Color

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

This div background color is #ad566a


#ad566a Border Color

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

This div border color is #ad566a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad566a


Comments

No comments written yet.

Please login to write comment.