Color Hex Logo

#a0706d Color Hex

#A0706D
(160,112,109)
0 Favorites   0 Comments

Color spaces of #a0706d

RGB 160112109
HSL0.010.210.53
HSV32°63°
CMYK 0.000.300.32   0.37
XYZ23.051720.166117.1455
Yxy20.16610.38190.3341
Hunter Lab44.906713.04178.7976
CIE-Lab52.024518.60219.2829

#a0706d color RGB value is (160,112,109).

#a0706d hex color red value is 160, green value is 112 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #a0706d hue: 0.01 , saturation: 0.21 and the lightness value of a0706d is 0.53.

The process color (four color CMYK) of #a0706d color hex is 0.00, 0.30, 0.32, 0.37. Web safe color of #a0706d is #996666. Color #a0706d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110000 01101101
Octal 240 160 155
Decimal 160 112 109
Hex A0 70 6D

RGB Percentages of Color #a0706d

%41.99
%29.40
%28.61

CMYK Percentages of Color #a0706d

%0
%30
%32
%37

Triadic Colors of #a0706d

#a0706d #6da070 #706da0

Analogous Colors of #a0706d

#a0706d #a08a6d #a06d84

Monochromatic Colors of #a0706d

#a0706d

Complementary Color

#a0706d #6d9da0

#a0706d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0706d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0706d Color CSS Codes

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

#a0706d Text Font Color

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

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


#a0706d Background Color

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

This div background color is #a0706d


#a0706d Border Color

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

This div border color is #a0706d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0706d

#a0706d Color Palettes


Comments

No comments written yet.

Please login to write comment.