Color Hex Logo

#a07048 Color Hex

#A07048
(160,112,72)
0 Favorites   0 Comments

Color spaces of #a07048

RGB 16011272
HSL0.080.380.45
HSV27°55°63°
CMYK 0.000.300.55   0.37
XYZ21.461119.52988.7694
Yxy19.52980.43130.3925
Hunter Lab44.19259.347519.1695
CIE-Lab51.301414.375629.6661

#a07048 color RGB value is (160,112,72).

#a07048 hex color red value is 160, green value is 112 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #a07048 hue: 0.08 , saturation: 0.38 and the lightness value of a07048 is 0.45.

The process color (four color CMYK) of #a07048 color hex is 0.00, 0.30, 0.55, 0.37. Web safe color of #a07048 is #996633. Color #a07048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110000 01001000
Octal 240 160 110
Decimal 160 112 72
Hex A0 70 48

RGB Percentages of Color #a07048

%46.51
%32.56
%20.93

CMYK Percentages of Color #a07048

%0
%30
%55
%37

Triadic Colors of #a07048

#a07048 #48a070 #7048a0

Analogous Colors of #a07048

#a07048 #a09c48 #a0484c

Monochromatic Colors of #a07048

#a07048

Complementary Color

#a07048 #4878a0

#a07048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07048 Color CSS Codes

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

#a07048 Text Font Color

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

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


#a07048 Background Color

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

This div background color is #a07048


#a07048 Border Color

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

This div border color is #a07048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07048


Comments

No comments written yet.

Please login to write comment.