Color Hex Logo

#a57260 Color Hex

#A57260
(165,114,96)
0 Favorites   0 Comments

Color spaces of #a57260

RGB 16511496
HSL0.040.280.51
HSV16°42°65°
CMYK 0.000.310.42   0.35
XYZ23.645720.878513.8500
Yxy20.87850.40510.3577
Hunter Lab45.693012.409314.0137
CIE-Lab52.816317.844818.0653

#a57260 color RGB value is (165,114,96).

#a57260 hex color red value is 165, green value is 114 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #a57260 hue: 0.04 , saturation: 0.28 and the lightness value of a57260 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01110010 01100000
Octal 245 162 140
Decimal 165 114 96
Hex A5 72 60

RGB Percentages of Color #a57260

%44.00
%30.40
%25.60

CMYK Percentages of Color #a57260

%0
%31
%42
%35

Triadic Colors of #a57260

#a57260 #60a572 #7260a5

Analogous Colors of #a57260

#a57260 #a59560 #a56071

Monochromatic Colors of #a57260

#a57260

Complementary Color

#a57260 #6093a5

#a57260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a57260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a57260 Color CSS Codes

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

#a57260 Text Font Color

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

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


#a57260 Background Color

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

This div background color is #a57260


#a57260 Border Color

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

This div border color is #a57260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a57260


Comments

No comments written yet.

Please login to write comment.