Color Hex Logo

#a57752 Color Hex

#A57752
(165,119,82)
0 Favorites   0 Comments

Color spaces of #a57752

RGB 16511982
HSL0.070.340.48
HSV27°50°65°
CMYK 0.000.280.50   0.35
XYZ23.636921.802210.9451
Yxy21.80220.41920.3867
Hunter Lab46.69288.648018.7870
CIE-Lab53.816513.494427.3804

#a57752 color RGB value is (165,119,82).

#a57752 hex color red value is 165, green value is 119 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #a57752 hue: 0.07 , saturation: 0.34 and the lightness value of a57752 is 0.48.

The process color (four color CMYK) of #a57752 color hex is 0.00, 0.28, 0.50, 0.35. Web safe color of #a57752 is #996666. Color #a57752 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110111 01010010
Octal 245 167 122
Decimal 165 119 82
Hex A5 77 52

RGB Percentages of Color #a57752

%45.08
%32.51
%22.40

CMYK Percentages of Color #a57752

%0
%28
%50
%35

Triadic Colors of #a57752

#a57752 #52a577 #7752a5

Analogous Colors of #a57752

#a57752 #a5a152 #a55257

Monochromatic Colors of #a57752

#a57752

Complementary Color

#a57752 #5280a5

#a57752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57752 Color CSS Codes

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

#a57752 Text Font Color

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

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


#a57752 Background Color

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

This div background color is #a57752


#a57752 Border Color

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

This div border color is #a57752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57752


Comments

No comments written yet.

Please login to write comment.