Color Hex Logo

#a07c10 Color Hex

#A07C10
(160,124,16)
0 Favorites   0 Comments

Color spaces of #a07c10

RGB 16012416
HSL0.130.820.35
HSV45°90°63°
CMYK 0.000.230.90   0.37
XYZ21.798421.92633.5735
Yxy21.92630.46090.4636
Hunter Lab46.82551.151328.2531
CIE-Lab53.94874.551456.5676

#a07c10 color RGB value is (160,124,16).

#a07c10 hex color red value is 160, green value is 124 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #a07c10 hue: 0.13 , saturation: 0.82 and the lightness value of a07c10 is 0.35.

The process color (four color CMYK) of #a07c10 color hex is 0.00, 0.23, 0.90, 0.37. Web safe color of #a07c10 is #996600. Color #a07c10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111100 00010000
Octal 240 174 20
Decimal 160 124 16
Hex A0 7C 10

RGB Percentages of Color #a07c10

%53.33
%41.33
%5.33

CMYK Percentages of Color #a07c10

%0
%23
%90
%37

Triadic Colors of #a07c10

#a07c10 #10a07c #7c10a0

Analogous Colors of #a07c10

#a07c10 #7ca010 #a03410

Monochromatic Colors of #a07c10

#a07c10

Complementary Color

#a07c10 #1034a0

#a07c10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07c10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07c10 Color CSS Codes

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

#a07c10 Text Font Color

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

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


#a07c10 Background Color

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

This div background color is #a07c10


#a07c10 Border Color

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

This div border color is #a07c10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07c10


Comments

No comments written yet.

Please login to write comment.