Color Hex Logo

#a57776 Color Hex

#A57776
(165,119,118)
0 Favorites   0 Comments

Color spaces of #a57776

RGB 165119118
HSL0.000.210.55
HSV28°65°
CMYK 0.000.280.28   0.35
XYZ25.383922.501020.1448
Yxy22.50100.37310.3308
Hunter Lab47.435212.50878.0254
CIE-Lab54.554617.87617.6827

#a57776 color RGB value is (165,119,118).

#a57776 hex color red value is 165, green value is 119 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #a57776 hue: 0.00 , saturation: 0.21 and the lightness value of a57776 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110111 01110110
Octal 245 167 166
Decimal 165 119 118
Hex A5 77 76

RGB Percentages of Color #a57776

%41.04
%29.60
%29.35

CMYK Percentages of Color #a57776

%0
%28
%28
%35

Triadic Colors of #a57776

#a57776 #76a577 #7776a5

Analogous Colors of #a57776

#a57776 #a58f76 #a5768d

Monochromatic Colors of #a57776

#a57776

Complementary Color

#a57776 #76a4a5

#a57776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57776 Color CSS Codes

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

#a57776 Text Font Color

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

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


#a57776 Background Color

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

This div background color is #a57776


#a57776 Border Color

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

This div border color is #a57776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57776


Comments

No comments written yet.

Please login to write comment.