Color Hex Logo

#a88d57 Color Hex

#A88D57
(168,141,87)
0 Favorites   0 Comments

Color spaces of #a88d57

RGB 16814187
HSL0.110.320.50
HSV40°48°66°
CMYK 0.000.160.48   0.34
XYZ27.393628.062712.9897
Yxy28.06270.40020.4100
Hunter Lab52.9742-0.400522.5436
CIE-Lab59.94532.922832.4841

#a88d57 color RGB value is (168,141,87).

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

The process color (four color CMYK) of #a88d57 color hex is 0.00, 0.16, 0.48, 0.34. Web safe color of #a88d57 is #999966. Color #a88d57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001101 01010111
Octal 250 215 127
Decimal 168 141 87
Hex A8 8D 57

RGB Percentages of Color #a88d57

%42.42
%35.61
%21.97

CMYK Percentages of Color #a88d57

%0
%16
%48
%34

Triadic Colors of #a88d57

#a88d57 #57a88d #8d57a8

Analogous Colors of #a88d57

#a88d57 #9ba857 #a86557

Monochromatic Colors of #a88d57

#a88d57

Complementary Color

#a88d57 #5772a8

#a88d57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88d57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88d57 Color CSS Codes

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

#a88d57 Text Font Color

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

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


#a88d57 Background Color

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

This div background color is #a88d57


#a88d57 Border Color

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

This div border color is #a88d57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88d57


Comments

No comments written yet.

Please login to write comment.