Color Hex Logo

#a05512 Color Hex

#A05512
(160,85,18)
0 Favorites   0 Comments

Color spaces of #a05512

RGB 1608518
HSL0.080.800.35
HSV28°89°63°
CMYK 0.000.470.89   0.37
XYZ17.854914.01432.3362
Yxy14.01430.52200.4097
Hunter Lab37.435719.622922.5049
CIE-Lab44.253426.645248.3102

#a05512 color RGB value is (160,85,18).

#a05512 hex color red value is 160, green value is 85 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #a05512 hue: 0.08 , saturation: 0.80 and the lightness value of a05512 is 0.35.

The process color (four color CMYK) of #a05512 color hex is 0.00, 0.47, 0.89, 0.37. Web safe color of #a05512 is #996600. Color #a05512 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010101 00010010
Octal 240 125 22
Decimal 160 85 18
Hex A0 55 12

RGB Percentages of Color #a05512

%60.84
%32.32
%6.84

CMYK Percentages of Color #a05512

%0
%47
%89
%37

Triadic Colors of #a05512

#a05512 #12a055 #5512a0

Analogous Colors of #a05512

#a05512 #a09c12 #a01216

Monochromatic Colors of #a05512

#a05512

Complementary Color

#a05512 #125da0

#a05512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05512 Color CSS Codes

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

#a05512 Text Font Color

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

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


#a05512 Background Color

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

This div background color is #a05512


#a05512 Border Color

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

This div border color is #a05512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05512


Comments

No comments written yet.

Please login to write comment.