Color Hex Logo

#ad876a Color Hex

#AD876A
(173,135,106)
0 Favorites   0 Comments

Color spaces of #ad876a

RGB 173135106
HSL0.070.290.55
HSV26°39°68°
CMYK 0.000.220.39   0.32
XYZ28.499127.252817.3939
Yxy27.25280.38960.3726
Hunter Lab52.20426.088616.7881
CIE-Lab59.207610.487121.1485

#ad876a color RGB value is (173,135,106).

#ad876a hex color red value is 173, green value is 135 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ad876a hue: 0.07 , saturation: 0.29 and the lightness value of ad876a is 0.55.

The process color (four color CMYK) of #ad876a color hex is 0.00, 0.22, 0.39, 0.32. Web safe color of #ad876a is #999966. Color #ad876a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000111 01101010
Octal 255 207 152
Decimal 173 135 106
Hex AD 87 6A

RGB Percentages of Color #ad876a

%41.79
%32.61
%25.60

CMYK Percentages of Color #ad876a

%0
%22
%39
%32

Triadic Colors of #ad876a

#ad876a #6aad87 #876aad

Analogous Colors of #ad876a

#ad876a #ada96a #ad6a6f

Monochromatic Colors of #ad876a

#ad876a

Complementary Color

#ad876a #6a90ad

#ad876a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad876a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad876a Color CSS Codes

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

#ad876a Text Font Color

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

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


#ad876a Background Color

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

This div background color is #ad876a


#ad876a Border Color

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

This div border color is #ad876a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad876a


Comments

No comments written yet.

Please login to write comment.