Color Hex Logo

#ad837f Color Hex

#AD837F
(173,131,127)
0 Favorites   0 Comments

Color spaces of #ad837f

RGB 173131127
HSL0.010.220.59
HSV27°68°
CMYK 0.000.240.27   0.32
XYZ29.180626.649123.6845
Yxy26.64910.36700.3351
Hunter Lab51.622810.56028.9337
CIE-Lab58.648115.54528.4224

#ad837f color RGB value is (173,131,127).

#ad837f hex color red value is 173, green value is 131 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ad837f hue: 0.01 , saturation: 0.22 and the lightness value of ad837f is 0.59.

The process color (four color CMYK) of #ad837f color hex is 0.00, 0.24, 0.27, 0.32. Web safe color of #ad837f is #999966. Color #ad837f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000011 01111111
Octal 255 203 177
Decimal 173 131 127
Hex AD 83 7F

RGB Percentages of Color #ad837f

%40.14
%30.39
%29.47

CMYK Percentages of Color #ad837f

%0
%24
%27
%32

Triadic Colors of #ad837f

#ad837f #7fad83 #837fad

Analogous Colors of #ad837f

#ad837f #ad9a7f #ad7f92

Monochromatic Colors of #ad837f

#ad837f

Complementary Color

#ad837f #7fa9ad

#ad837f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad837f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad837f Color CSS Codes

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

#ad837f Text Font Color

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

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


#ad837f Background Color

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

This div background color is #ad837f


#ad837f Border Color

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

This div border color is #ad837f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad837f


Comments

No comments written yet.

Please login to write comment.