Color Hex Logo

#ad956f Color Hex

#AD956F
(173,149,111)
0 Favorites   0 Comments

Color spaces of #ad956f

RGB 173149111
HSL0.100.270.56
HSV37°36°68°
CMYK 0.000.140.36   0.32
XYZ30.850331.526819.4982
Yxy31.52680.37680.3851
Hunter Lab56.1487-0.185418.7151
CIE-Lab62.94983.317823.3899

#ad956f color RGB value is (173,149,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010101 01101111
Octal 255 225 157
Decimal 173 149 111
Hex AD 95 6F

RGB Percentages of Color #ad956f

%39.95
%34.41
%25.64

CMYK Percentages of Color #ad956f

%0
%14
%36
%32

Triadic Colors of #ad956f

#ad956f #6fad95 #956fad

Analogous Colors of #ad956f

#ad956f #a6ad6f #ad766f

Monochromatic Colors of #ad956f

#ad956f

Complementary Color

#ad956f #6f87ad

#ad956f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad956f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad956f Color CSS Codes

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

#ad956f Text Font Color

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

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


#ad956f Background Color

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

This div background color is #ad956f


#ad956f Border Color

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

This div border color is #ad956f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad956f


Comments

No comments written yet.

Please login to write comment.