Color Hex Logo

#a08761 Color Hex

#A08761
(160,135,97)
0 Favorites   0 Comments

Color spaces of #a08761

RGB 16013597
HSL0.100.250.50
HSV36°39°63°
CMYK 0.000.160.39   0.37
XYZ25.318825.664614.9286
Yxy25.66460.38410.3894
Hunter Lab50.66020.554717.9905
CIE-Lab57.71733.968223.9693

#a08761 color RGB value is (160,135,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000111 01100001
Octal 240 207 141
Decimal 160 135 97
Hex A0 87 61

RGB Percentages of Color #a08761

%40.82
%34.44
%24.74

CMYK Percentages of Color #a08761

%0
%16
%39
%37

Triadic Colors of #a08761

#a08761 #61a087 #8761a0

Analogous Colors of #a08761

#a08761 #9aa061 #a06861

Monochromatic Colors of #a08761

#a08761

Complementary Color

#a08761 #617aa0

#a08761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08761 Color CSS Codes

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

#a08761 Text Font Color

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

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


#a08761 Background Color

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

This div background color is #a08761


#a08761 Border Color

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

This div border color is #a08761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08761


Comments

No comments written yet.

Please login to write comment.