Color Hex Logo

#a08677 Color Hex

#A08677
(160,134,119)
0 Favorites   0 Comments

Color spaces of #a08677

RGB 160134119
HSL0.060.180.55
HSV22°26°63°
CMYK 0.000.160.26   0.37
XYZ26.352125.855721.0545
Yxy25.85570.35970.3529
Hunter Lab50.84853.522311.0441
CIE-Lab57.89987.499811.7601

#a08677 color RGB value is (160,134,119).

#a08677 hex color red value is 160, green value is 134 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #a08677 hue: 0.06 , saturation: 0.18 and the lightness value of a08677 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000110 01110111
Octal 240 206 167
Decimal 160 134 119
Hex A0 86 77

RGB Percentages of Color #a08677

%38.74
%32.45
%28.81

CMYK Percentages of Color #a08677

%0
%16
%26
%37

Triadic Colors of #a08677

#a08677 #77a086 #8677a0

Analogous Colors of #a08677

#a08677 #a09b77 #a0777d

Monochromatic Colors of #a08677

#a08677

Complementary Color

#a08677 #7791a0

#a08677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08677 Color CSS Codes

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

#a08677 Text Font Color

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

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


#a08677 Background Color

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

This div background color is #a08677


#a08677 Border Color

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

This div border color is #a08677


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,134,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08677


Comments

No comments written yet.

Please login to write comment.