Color Hex Logo

#a57912 Color Hex

#A57912
(165,121,18)
0 Favorites   0 Comments

Color spaces of #a57912

RGB 16512118
HSL0.120.800.36
HSV42°89°65°
CMYK 0.000.270.89   0.35
XYZ22.463621.71773.5803
Yxy21.71770.47030.4547
Hunter Lab46.60234.488128.0665
CIE-Lab53.72628.592656.1434

#a57912 color RGB value is (165,121,18).

#a57912 hex color red value is 165, green value is 121 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #a57912 hue: 0.12 , saturation: 0.80 and the lightness value of a57912 is 0.36.

The process color (four color CMYK) of #a57912 color hex is 0.00, 0.27, 0.89, 0.35. Web safe color of #a57912 is #996600. Color #a57912 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01111001 00010010
Octal 245 171 22
Decimal 165 121 18
Hex A5 79 12

RGB Percentages of Color #a57912

%54.28
%39.80
%5.92

CMYK Percentages of Color #a57912

%0
%27
%89
%35

Triadic Colors of #a57912

#a57912 #12a579 #7912a5

Analogous Colors of #a57912

#a57912 #88a512 #a53012

Monochromatic Colors of #a57912

#a57912

Complementary Color

#a57912 #123ea5

#a57912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57912 Color CSS Codes

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

#a57912 Text Font Color

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

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


#a57912 Background Color

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

This div background color is #a57912


#a57912 Border Color

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

This div border color is #a57912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57912


Comments

No comments written yet.

Please login to write comment.