Color Hex Logo

#a0706b Color Hex

#A0706B
(160,112,107)
0 Favorites   0 Comments

Color spaces of #a0706b

RGB 160112107
HSL0.020.220.52
HSV33°63°
CMYK 0.000.300.33   0.37
XYZ22.945220.123516.5848
Yxy20.12350.38460.3373
Hunter Lab44.859212.79799.4815
CIE-Lab51.976618.327710.3906

#a0706b color RGB value is (160,112,107).

#a0706b hex color red value is 160, green value is 112 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a0706b hue: 0.02 , saturation: 0.22 and the lightness value of a0706b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110000 01101011
Octal 240 160 153
Decimal 160 112 107
Hex A0 70 6B

RGB Percentages of Color #a0706b

%42.22
%29.55
%28.23

CMYK Percentages of Color #a0706b

%0
%30
%33
%37

Triadic Colors of #a0706b

#a0706b #6ba070 #706ba0

Analogous Colors of #a0706b

#a0706b #a08b6b #a06b81

Monochromatic Colors of #a0706b

#a0706b

Complementary Color

#a0706b #6b9ba0

#a0706b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0706b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0706b Color CSS Codes

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

#a0706b Text Font Color

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

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


#a0706b Background Color

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

This div background color is #a0706b


#a0706b Border Color

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

This div border color is #a0706b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0706b


Comments

No comments written yet.

Please login to write comment.