Color Hex Logo

#a0894c Color Hex

#A0894C
(160,137,76)
0 Favorites   0 Comments

Color spaces of #a0894c

RGB 16013776
HSL0.120.360.46
HSV44°53°63°
CMYK 0.000.140.53   0.37
XYZ24.747425.886710.5298
Yxy25.88670.40460.4232
Hunter Lab50.8790-2.216323.3448
CIE-Lab57.92930.615635.6628

#a0894c color RGB value is (160,137,76).

#a0894c hex color red value is 160, green value is 137 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #a0894c hue: 0.12 , saturation: 0.36 and the lightness value of a0894c is 0.46.

The process color (four color CMYK) of #a0894c color hex is 0.00, 0.14, 0.53, 0.37. Web safe color of #a0894c is #999933. Color #a0894c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001001 01001100
Octal 240 211 114
Decimal 160 137 76
Hex A0 89 4C

RGB Percentages of Color #a0894c

%42.90
%36.73
%20.38

CMYK Percentages of Color #a0894c

%0
%14
%53
%37

Triadic Colors of #a0894c

#a0894c #4ca089 #894ca0

Analogous Colors of #a0894c

#a0894c #8da04c #a05f4c

Monochromatic Colors of #a0894c

#a0894c

Complementary Color

#a0894c #4c63a0

#a0894c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0894c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0894c Color CSS Codes

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

#a0894c Text Font Color

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

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


#a0894c Background Color

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

This div background color is #a0894c


#a0894c Border Color

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

This div border color is #a0894c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0894c


Comments

No comments written yet.

Please login to write comment.