Color Hex Logo

#ad676e Color Hex

#AD676E
(173,103,110)
0 Favorites   0 Comments

Color spaces of #ad676e

RGB 173103110
HSL0.980.300.54
HSV354°40°68°
CMYK 0.000.400.36   0.32
XYZ24.898319.710517.2441
Yxy19.71050.40250.3187
Hunter Lab44.396522.41198.0487
CIE-Lab51.508328.94018.1863

#ad676e color RGB value is (173,103,110).

#ad676e hex color red value is 173, green value is 103 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ad676e hue: 0.98 , saturation: 0.30 and the lightness value of ad676e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100111 01101110
Octal 255 147 156
Decimal 173 103 110
Hex AD 67 6E

RGB Percentages of Color #ad676e

%44.82
%26.68
%28.50

CMYK Percentages of Color #ad676e

%0
%40
%36
%32

Triadic Colors of #ad676e

#ad676e #6ead67 #676ead

Analogous Colors of #ad676e

#ad676e #ad8367 #ad6791

Monochromatic Colors of #ad676e

#ad676e

Complementary Color

#ad676e #67ada6

#ad676e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad676e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad676e Color CSS Codes

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

#ad676e Text Font Color

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

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


#ad676e Background Color

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

This div background color is #ad676e


#ad676e Border Color

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

This div border color is #ad676e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,103,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 #ad676e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad676e


Comments

No comments written yet.

Please login to write comment.