Color Hex Logo

#a08760 Color Hex

#A08760
(160,135,96)
0 Favorites   0 Comments

Color spaces of #a08760

RGB 16013596
HSL0.100.250.50
HSV37°40°63°
CMYK 0.000.160.40   0.37
XYZ25.272525.646114.6845
Yxy25.64610.38520.3909
Hunter Lab50.64200.455618.2572
CIE-Lab57.69963.848324.5039

#a08760 color RGB value is (160,135,96).

#a08760 hex color red value is 160, green value is 135 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #a08760 hue: 0.10 , saturation: 0.25 and the lightness value of a08760 is 0.50.

The process color (four color CMYK) of #a08760 color hex is 0.00, 0.16, 0.40, 0.37. Web safe color of #a08760 is #999966. Color #a08760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000111 01100000
Octal 240 207 140
Decimal 160 135 96
Hex A0 87 60

RGB Percentages of Color #a08760

%40.92
%34.53
%24.55

CMYK Percentages of Color #a08760

%0
%16
%40
%37

Triadic Colors of #a08760

#a08760 #60a087 #8760a0

Analogous Colors of #a08760

#a08760 #99a060 #a06760

Monochromatic Colors of #a08760

#a08760

Complementary Color

#a08760 #6079a0

#a08760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08760 Color CSS Codes

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

#a08760 Text Font Color

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

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


#a08760 Background Color

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

This div background color is #a08760


#a08760 Border Color

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

This div border color is #a08760


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,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 #a08760">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08760


Comments

No comments written yet.

Please login to write comment.