Color Hex Logo

#a57614 Color Hex

#A57614
(165,118,20)
0 Favorites   0 Comments

Color spaces of #a57614

RGB 16511820
HSL0.110.780.36
HSV41°88°65°
CMYK 0.000.280.88   0.35
XYZ22.121821.00673.5506
Yxy21.00670.47390.4500
Hunter Lab45.83315.947027.4901
CIE-Lab52.956810.332954.9946

#a57614 color RGB value is (165,118,20).

#a57614 hex color red value is 165, green value is 118 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #a57614 hue: 0.11 , saturation: 0.78 and the lightness value of a57614 is 0.36.

The process color (four color CMYK) of #a57614 color hex is 0.00, 0.28, 0.88, 0.35. Web safe color of #a57614 is #996600. Color #a57614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110110 00010100
Octal 245 166 24
Decimal 165 118 20
Hex A5 76 14

RGB Percentages of Color #a57614

%54.46
%38.94
%6.60

CMYK Percentages of Color #a57614

%0
%28
%88
%35

Triadic Colors of #a57614

#a57614 #14a576 #7614a5

Analogous Colors of #a57614

#a57614 #8ca514 #a52e14

Monochromatic Colors of #a57614

#a57614

Complementary Color

#a57614 #1443a5

#a57614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57614 Color CSS Codes

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

#a57614 Text Font Color

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

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


#a57614 Background Color

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

This div background color is #a57614


#a57614 Border Color

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

This div border color is #a57614


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,118,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57614


Comments

No comments written yet.

Please login to write comment.