Color Hex Logo

#a0863b Color Hex

#A0863B
(160,134,59)
0 Favorites   0 Comments

Color spaces of #a0863b

RGB 16013459
HSL0.120.460.43
HSV45°63°63°
CMYK 0.000.160.63   0.37
XYZ23.811724.83957.6772
Yxy24.83950.42270.4410
Hunter Lab49.8392-1.936725.7545
CIE-Lab56.91870.896143.0970

#a0863b color RGB value is (160,134,59).

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

The process color (four color CMYK) of #a0863b color hex is 0.00, 0.16, 0.63, 0.37. Web safe color of #a0863b is #999933. Color #a0863b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000110 00111011
Octal 240 206 73
Decimal 160 134 59
Hex A0 86 3B

RGB Percentages of Color #a0863b

%45.33
%37.96
%16.71

CMYK Percentages of Color #a0863b

%0
%16
%63
%37

Triadic Colors of #a0863b

#a0863b #3ba086 #863ba0

Analogous Colors of #a0863b

#a0863b #88a03b #a0543b

Monochromatic Colors of #a0863b

#a0863b

Complementary Color

#a0863b #3b55a0

#a0863b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0863b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0863b Color CSS Codes

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

#a0863b Text Font Color

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

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


#a0863b Background Color

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

This div background color is #a0863b


#a0863b Border Color

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

This div border color is #a0863b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0863b

#a0863b Color Palettes


Comments

No comments written yet.

Please login to write comment.