Color Hex Logo

#a57646 Color Hex

#A57646
(165,118,70)
0 Favorites   0 Comments

Color spaces of #a57646

RGB 16511870
HSL0.080.400.46
HSV30°58°65°
CMYK 0.000.280.58   0.35
XYZ23.101021.39848.7071
Yxy21.39840.43420.4022
Hunter Lab46.25848.189021.2209
CIE-Lab53.382812.969433.4598

#a57646 color RGB value is (165,118,70).

#a57646 hex color red value is 165, green value is 118 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #a57646 hue: 0.08 , saturation: 0.40 and the lightness value of a57646 is 0.46.

The process color (four color CMYK) of #a57646 color hex is 0.00, 0.28, 0.58, 0.35. Web safe color of #a57646 is #996633. Color #a57646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110110 01000110
Octal 245 166 106
Decimal 165 118 70
Hex A5 76 46

RGB Percentages of Color #a57646

%46.74
%33.43
%19.83

CMYK Percentages of Color #a57646

%0
%28
%58
%35

Triadic Colors of #a57646

#a57646 #46a576 #7646a5

Analogous Colors of #a57646

#a57646 #a5a546 #a54746

Monochromatic Colors of #a57646

#a57646

Complementary Color

#a57646 #4675a5

#a57646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57646 Color CSS Codes

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

#a57646 Text Font Color

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

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


#a57646 Background Color

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

This div background color is #a57646


#a57646 Border Color

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

This div border color is #a57646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57646


Comments

No comments written yet.

Please login to write comment.