Color Hex Logo

#a88947 Color Hex

#A88947
(168,137,71)
0 Favorites   0 Comments

Color spaces of #a88947

RGB 16813771
HSL0.110.410.47
HSV41°58°66°
CMYK 0.000.180.58   0.34
XYZ26.231426.67119.7267
Yxy26.67110.41880.4259
Hunter Lab51.64410.287824.9841
CIE-Lab58.66863.687439.3334

#a88947 color RGB value is (168,137,71).

#a88947 hex color red value is 168, green value is 137 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #a88947 hue: 0.11 , saturation: 0.41 and the lightness value of a88947 is 0.47.

The process color (four color CMYK) of #a88947 color hex is 0.00, 0.18, 0.58, 0.34. Web safe color of #a88947 is #999933. Color #a88947 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001001 01000111
Octal 250 211 107
Decimal 168 137 71
Hex A8 89 47

RGB Percentages of Color #a88947

%44.68
%36.44
%18.88

CMYK Percentages of Color #a88947

%0
%18
%58
%34

Triadic Colors of #a88947

#a88947 #47a889 #8947a8

Analogous Colors of #a88947

#a88947 #97a847 #a85847

Monochromatic Colors of #a88947

#a88947

Complementary Color

#a88947 #4766a8

#a88947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88947 Color CSS Codes

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

#a88947 Text Font Color

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

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


#a88947 Background Color

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

This div background color is #a88947


#a88947 Border Color

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

This div border color is #a88947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88947


Comments

No comments written yet.

Please login to write comment.