Color Hex Logo

#a07248 Color Hex

#A07248
(160,114,72)
0 Favorites   0 Comments

Color spaces of #a07248

RGB 16011472
HSL0.080.380.45
HSV29°55°63°
CMYK 0.000.290.55   0.37
XYZ21.684219.97618.8438
Yxy19.97610.42940.3955
Hunter Lab44.69468.386119.5544
CIE-Lab51.810213.233830.2998

#a07248 color RGB value is (160,114,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110010 01001000
Octal 240 162 110
Decimal 160 114 72
Hex A0 72 48

RGB Percentages of Color #a07248

%46.24
%32.95
%20.81

CMYK Percentages of Color #a07248

%0
%29
%55
%37

Triadic Colors of #a07248

#a07248 #48a072 #7248a0

Analogous Colors of #a07248

#a07248 #a09e48 #a0484a

Monochromatic Colors of #a07248

#a07248

Complementary Color

#a07248 #4876a0

#a07248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07248 Color CSS Codes

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

#a07248 Text Font Color

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

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


#a07248 Background Color

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

This div background color is #a07248


#a07248 Border Color

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

This div border color is #a07248


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,114,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 #a07248">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07248


Comments

No comments written yet.

Please login to write comment.