Color Hex Logo

#ad767e Color Hex

#AD767E
(173,118,126)
1 Favorites   0 Comments

Color spaces of #ad767e

RGB 173118126
HSL0.980.250.57
HSV351°32°68°
CMYK 0.000.320.27   0.32
XYZ27.477923.347522.7969
Yxy23.34750.37320.3171
Hunter Lab48.319316.94965.8506
CIE-Lab55.428522.73044.3930

#ad767e color RGB value is (173,118,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110110 01111110
Octal 255 166 176
Decimal 173 118 126
Hex AD 76 7E

RGB Percentages of Color #ad767e

%41.49
%28.30
%30.22

CMYK Percentages of Color #ad767e

%0
%32
%27
%32

Triadic Colors of #ad767e

#ad767e #7ead76 #767ead

Analogous Colors of #ad767e

#ad767e #ad8a76 #ad769a

Monochromatic Colors of #ad767e

#ad767e

Complementary Color

#ad767e #76ada5

#ad767e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad767e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad767e Color CSS Codes

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

#ad767e Text Font Color

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

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


#ad767e Background Color

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

This div background color is #ad767e


#ad767e Border Color

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

This div border color is #ad767e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad767e


Comments

No comments written yet.

Please login to write comment.