Color Hex Logo

#ad816f Color Hex

#AD816F
(173,129,111)
0 Favorites   0 Comments

Color spaces of #ad816f

RGB 173129111
HSL0.050.270.56
HSV17°36°68°
CMYK 0.000.250.36   0.32
XYZ27.953125.732418.5325
Yxy25.73240.38710.3563
Hunter Lab50.72719.589713.8481
CIE-Lab57.782214.480216.3728

#ad816f color RGB value is (173,129,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000001 01101111
Octal 255 201 157
Decimal 173 129 111
Hex AD 81 6F

RGB Percentages of Color #ad816f

%41.89
%31.23
%26.88

CMYK Percentages of Color #ad816f

%0
%25
%36
%32

Triadic Colors of #ad816f

#ad816f #6fad81 #816fad

Analogous Colors of #ad816f

#ad816f #ada06f #ad6f7c

Monochromatic Colors of #ad816f

#ad816f

Complementary Color

#ad816f #6f9bad

#ad816f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad816f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad816f Color CSS Codes

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

#ad816f Text Font Color

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

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


#ad816f Background Color

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

This div background color is #ad816f


#ad816f Border Color

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

This div border color is #ad816f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad816f


Comments

No comments written yet.

Please login to write comment.