Color Hex Logo

#ad936f Color Hex

#AD936F
(173,147,111)
0 Favorites   0 Comments

Color spaces of #ad936f

RGB 173147111
HSL0.100.270.56
HSV35°36°68°
CMYK 0.000.150.36   0.32
XYZ30.536530.899419.3937
Yxy30.89940.37780.3823
Hunter Lab55.58720.780218.2255
CIE-Lab62.42264.421322.6827

#ad936f color RGB value is (173,147,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010011 01101111
Octal 255 223 157
Decimal 173 147 111
Hex AD 93 6F

RGB Percentages of Color #ad936f

%40.14
%34.11
%25.75

CMYK Percentages of Color #ad936f

%0
%15
%36
%32

Triadic Colors of #ad936f

#ad936f #6fad93 #936fad

Analogous Colors of #ad936f

#ad936f #a8ad6f #ad746f

Monochromatic Colors of #ad936f

#ad936f

Complementary Color

#ad936f #6f89ad

#ad936f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad936f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad936f Color CSS Codes

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

#ad936f Text Font Color

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

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


#ad936f Background Color

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

This div background color is #ad936f


#ad936f Border Color

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

This div border color is #ad936f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad936f


Comments

No comments written yet.

Please login to write comment.