Color Hex Logo

#a07747 Color Hex

#A07747
(160,119,71)
0 Favorites   0 Comments

Color spaces of #a07747

RGB 16011971
HSL0.090.390.45
HSV32°56°63°
CMYK 0.000.260.56   0.37
XYZ22.231421.12228.8665
Yxy21.12220.42570.4045
Hunter Lab45.95895.916620.7329
CIE-Lab53.083010.296232.4202

#a07747 color RGB value is (160,119,71).

#a07747 hex color red value is 160, green value is 119 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #a07747 hue: 0.09 , saturation: 0.39 and the lightness value of a07747 is 0.45.

The process color (four color CMYK) of #a07747 color hex is 0.00, 0.26, 0.56, 0.37. Web safe color of #a07747 is #996633. Color #a07747 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110111 01000111
Octal 240 167 107
Decimal 160 119 71
Hex A0 77 47

RGB Percentages of Color #a07747

%45.71
%34.00
%20.29

CMYK Percentages of Color #a07747

%0
%26
%56
%37

Triadic Colors of #a07747

#a07747 #47a077 #7747a0

Analogous Colors of #a07747

#a07747 #9da047 #a04b47

Monochromatic Colors of #a07747

#a07747

Complementary Color

#a07747 #4770a0

#a07747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07747 Color CSS Codes

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

#a07747 Text Font Color

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

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


#a07747 Background Color

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

This div background color is #a07747


#a07747 Border Color

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

This div border color is #a07747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07747


Comments

No comments written yet.

Please login to write comment.