Color Hex Logo

#ad9d6f Color Hex

#AD9D6F
(173,157,111)
0 Favorites   0 Comments

Color spaces of #ad9d6f

RGB 173157111
HSL0.120.270.56
HSV45°36°68°
CMYK 0.000.090.36   0.32
XYZ32.159834.145919.9347
Yxy34.14590.37290.3959
Hunter Lab58.4345-4.021720.6776
CIE-Lab65.0782-1.061626.2245

#ad9d6f color RGB value is (173,157,111).

#ad9d6f hex color red value is 173, green value is 157 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ad9d6f hue: 0.12 , saturation: 0.27 and the lightness value of ad9d6f is 0.56.

The process color (four color CMYK) of #ad9d6f color hex is 0.00, 0.09, 0.36, 0.32. Web safe color of #ad9d6f is #999966. Color #ad9d6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011101 01101111
Octal 255 235 157
Decimal 173 157 111
Hex AD 9D 6F

RGB Percentages of Color #ad9d6f

%39.23
%35.60
%25.17

CMYK Percentages of Color #ad9d6f

%0
%9
%36
%32

Triadic Colors of #ad9d6f

#ad9d6f #6fad9d #9d6fad

Analogous Colors of #ad9d6f

#ad9d6f #9ead6f #ad7e6f

Monochromatic Colors of #ad9d6f

#ad9d6f

Complementary Color

#ad9d6f #6f7fad

#ad9d6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad9d6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad9d6f Color CSS Codes

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

#ad9d6f Text Font Color

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

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


#ad9d6f Background Color

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

This div background color is #ad9d6f


#ad9d6f Border Color

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

This div border color is #ad9d6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad9d6f


Comments

No comments written yet.

Please login to write comment.