Color Hex Logo

#a07c2e Color Hex

#A07C2E
(160,124,46)
0 Favorites   0 Comments

Color spaces of #a07c2e

RGB 16012446
HSL0.110.550.40
HSV41°71°63°
CMYK 0.000.230.71   0.37
XYZ22.198022.08615.6779
Yxy22.08610.44430.4421
Hunter Lab46.99592.069925.7339
CIE-Lab54.11825.679546.1731

#a07c2e color RGB value is (160,124,46).

#a07c2e hex color red value is 160, green value is 124 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #a07c2e hue: 0.11 , saturation: 0.55 and the lightness value of a07c2e is 0.40.

The process color (four color CMYK) of #a07c2e color hex is 0.00, 0.23, 0.71, 0.37. Web safe color of #a07c2e is #996633. Color #a07c2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111100 00101110
Octal 240 174 56
Decimal 160 124 46
Hex A0 7C 2E

RGB Percentages of Color #a07c2e

%48.48
%37.58
%13.94

CMYK Percentages of Color #a07c2e

%0
%23
%71
%37

Triadic Colors of #a07c2e

#a07c2e #2ea07c #7c2ea0

Analogous Colors of #a07c2e

#a07c2e #8ba02e #a0432e

Monochromatic Colors of #a07c2e

#a07c2e

Complementary Color

#a07c2e #2e52a0

#a07c2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07c2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07c2e Color CSS Codes

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

#a07c2e Text Font Color

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

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


#a07c2e Background Color

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

This div background color is #a07c2e


#a07c2e Border Color

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

This div border color is #a07c2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07c2e


Comments

No comments written yet.

Please login to write comment.