Color Hex Logo

#ad876b Color Hex

#AD876B
(173,135,107)
0 Favorites   0 Comments

Color spaces of #ad876b

RGB 173135107
HSL0.070.290.55
HSV25°38°68°
CMYK 0.000.220.38   0.32
XYZ28.551427.273717.6695
Yxy27.27370.38850.3711
Hunter Lab52.22426.195016.4968
CIE-Lab59.226810.608820.6115

#ad876b color RGB value is (173,135,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000111 01101011
Octal 255 207 153
Decimal 173 135 107
Hex AD 87 6B

RGB Percentages of Color #ad876b

%41.69
%32.53
%25.78

CMYK Percentages of Color #ad876b

%0
%22
%38
%32

Triadic Colors of #ad876b

#ad876b #6bad87 #876bad

Analogous Colors of #ad876b

#ad876b #ada86b #ad6b70

Monochromatic Colors of #ad876b

#ad876b

Complementary Color

#ad876b #6b91ad

#ad876b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad876b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad876b Color CSS Codes

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

#ad876b Text Font Color

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

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


#ad876b Background Color

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

This div background color is #ad876b


#ad876b Border Color

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

This div border color is #ad876b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad876b


Comments

No comments written yet.

Please login to write comment.