Color Hex Logo

#ad967d Color Hex

#AD967D
(173,150,125)
0 Favorites   0 Comments

Color spaces of #ad967d

RGB 173150125
HSL0.090.230.58
HSV31°28°68°
CMYK 0.000.130.28   0.32
XYZ31.841632.177623.9347
Yxy32.17760.36200.3658
Hunter Lab56.72530.928114.6909
CIE-Lab63.48944.633916.3473

#ad967d color RGB value is (173,150,125).

#ad967d hex color red value is 173, green value is 150 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ad967d hue: 0.09 , saturation: 0.23 and the lightness value of ad967d is 0.58.

The process color (four color CMYK) of #ad967d color hex is 0.00, 0.13, 0.28, 0.32. Web safe color of #ad967d is #999966. Color #ad967d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010110 01111101
Octal 255 226 175
Decimal 173 150 125
Hex AD 96 7D

RGB Percentages of Color #ad967d

%38.62
%33.48
%27.90

CMYK Percentages of Color #ad967d

%0
%13
%28
%32

Triadic Colors of #ad967d

#ad967d #7dad96 #967dad

Analogous Colors of #ad967d

#ad967d #acad7d #ad7e7d

Monochromatic Colors of #ad967d

#ad967d

Complementary Color

#ad967d #7d94ad

#ad967d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad967d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad967d Color CSS Codes

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

#ad967d Text Font Color

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

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


#ad967d Background Color

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

This div background color is #ad967d


#ad967d Border Color

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

This div border color is #ad967d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad967d


Comments

No comments written yet.

Please login to write comment.