Color Hex Logo

#ad866f Color Hex

#AD866F
(173,134,111)
0 Favorites   0 Comments

Color spaces of #ad866f

RGB 173134111
HSL0.060.270.56
HSV22°36°68°
CMYK 0.000.230.36   0.32
XYZ28.627927.082118.7574
Yxy27.08210.38440.3637
Hunter Lab52.04057.123515.0579
CIE-Lab59.050211.668718.1126

#ad866f color RGB value is (173,134,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000110 01101111
Octal 255 206 157
Decimal 173 134 111
Hex AD 86 6F

RGB Percentages of Color #ad866f

%41.39
%32.06
%26.56

CMYK Percentages of Color #ad866f

%0
%23
%36
%32

Triadic Colors of #ad866f

#ad866f #6fad86 #866fad

Analogous Colors of #ad866f

#ad866f #ada56f #ad6f77

Monochromatic Colors of #ad866f

#ad866f

Complementary Color

#ad866f #6f96ad

#ad866f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad866f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad866f Color CSS Codes

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

#ad866f Text Font Color

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

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


#ad866f Background Color

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

This div background color is #ad866f


#ad866f Border Color

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

This div border color is #ad866f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad866f


Comments

No comments written yet.

Please login to write comment.