Color Hex Logo

#a87440 Color Hex

#A87440
(168,116,64)
0 Favorites   0 Comments

Color spaces of #a87440

RGB 16811664
HSL0.080.450.45
HSV30°62°66°
CMYK 0.000.310.62   0.34
XYZ23.319321.18587.7107
Yxy21.18580.44660.4057
Hunter Lab46.02809.884822.2873
CIE-Lab53.152214.943036.4831

#a87440 color RGB value is (168,116,64).

#a87440 hex color red value is 168, green value is 116 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #a87440 hue: 0.08 , saturation: 0.45 and the lightness value of a87440 is 0.45.

The process color (four color CMYK) of #a87440 color hex is 0.00, 0.31, 0.62, 0.34. Web safe color of #a87440 is #996633. Color #a87440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110100 01000000
Octal 250 164 100
Decimal 168 116 64
Hex A8 74 40

RGB Percentages of Color #a87440

%48.28
%33.33
%18.39

CMYK Percentages of Color #a87440

%0
%31
%62
%34

Triadic Colors of #a87440

#a87440 #40a874 #7440a8

Analogous Colors of #a87440

#a87440 #a8a840 #a84040

Monochromatic Colors of #a87440

#a87440

Complementary Color

#a87440 #4074a8

#a87440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87440 Color CSS Codes

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

#a87440 Text Font Color

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

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


#a87440 Background Color

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

This div background color is #a87440


#a87440 Border Color

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

This div border color is #a87440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87440


Comments

No comments written yet.

Please login to write comment.