Color Hex Logo

#a87456 Color Hex

#A87456
(168,116,86)
0 Favorites   0 Comments

Color spaces of #a87456

RGB 16811686
HSL0.060.320.50
HSV22°49°66°
CMYK 0.000.310.49   0.34
XYZ24.073621.487511.6828
Yxy21.48750.42050.3754
Hunter Lab46.354611.580817.5053
CIE-Lab53.479016.874024.7544

#a87456 color RGB value is (168,116,86).

#a87456 hex color red value is 168, green value is 116 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #a87456 hue: 0.06 , saturation: 0.32 and the lightness value of a87456 is 0.50.

The process color (four color CMYK) of #a87456 color hex is 0.00, 0.31, 0.49, 0.34. Web safe color of #a87456 is #996666. Color #a87456 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110100 01010110
Octal 250 164 126
Decimal 168 116 86
Hex A8 74 56

RGB Percentages of Color #a87456

%45.41
%31.35
%23.24

CMYK Percentages of Color #a87456

%0
%31
%49
%34

Triadic Colors of #a87456

#a87456 #56a874 #7456a8

Analogous Colors of #a87456

#a87456 #a89d56 #a85661

Monochromatic Colors of #a87456

#a87456

Complementary Color

#a87456 #568aa8

#a87456 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87456 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87456 Color CSS Codes

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

#a87456 Text Font Color

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

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


#a87456 Background Color

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

This div background color is #a87456


#a87456 Border Color

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

This div border color is #a87456


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,116,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a87456; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a87456;
  -webkit-box-shadow: 1px 1px 3px 2px #a87456;
  box-shadow:         1px 1px 3px 2px #a87456; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,116,86, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87456


Comments

No comments written yet.

Please login to write comment.