Color Hex Logo

#a88760 Color Hex

#A88760
(168,135,96)
0 Favorites   0 Comments

Color spaces of #a88760

RGB 16813596
HSL0.090.290.52
HSV33°43°66°
CMYK 0.000.200.43   0.34
XYZ26.923726.497314.7618
Yxy26.49730.39490.3886
Hunter Lab51.47553.280319.0301
CIE-Lab58.50617.227025.7148

#a88760 color RGB value is (168,135,96).

#a88760 hex color red value is 168, green value is 135 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #a88760 hue: 0.09 , saturation: 0.29 and the lightness value of a88760 is 0.52.

The process color (four color CMYK) of #a88760 color hex is 0.00, 0.20, 0.43, 0.34. Web safe color of #a88760 is #999966. Color #a88760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000111 01100000
Octal 250 207 140
Decimal 168 135 96
Hex A8 87 60

RGB Percentages of Color #a88760

%42.11
%33.83
%24.06

CMYK Percentages of Color #a88760

%0
%20
%43
%34

Triadic Colors of #a88760

#a88760 #60a887 #8760a8

Analogous Colors of #a88760

#a88760 #a5a860 #a86360

Monochromatic Colors of #a88760

#a88760

Complementary Color

#a88760 #6081a8

#a88760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88760 Color CSS Codes

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

#a88760 Text Font Color

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

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


#a88760 Background Color

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

This div background color is #a88760


#a88760 Border Color

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

This div border color is #a88760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88760


Comments

No comments written yet.

Please login to write comment.