Color Hex Logo

#a97057 Color Hex

#A97057
(169,112,87)
0 Favorites   0 Comments

Color spaces of #a97057

RGB 16911287
HSL0.050.320.50
HSV18°49°66°
CMYK 0.000.340.49   0.34
XYZ23.876720.711511.7561
Yxy20.71150.42380.3676
Hunter Lab45.509914.007516.5411
CIE-Lab52.632319.658523.0963

#a97057 color RGB value is (169,112,87).

#a97057 hex color red value is 169, green value is 112 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #a97057 hue: 0.05 , saturation: 0.32 and the lightness value of a97057 is 0.50.

The process color (four color CMYK) of #a97057 color hex is 0.00, 0.34, 0.49, 0.34. Web safe color of #a97057 is #996666. Color #a97057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110000 01010111
Octal 251 160 127
Decimal 169 112 87
Hex A9 70 57

RGB Percentages of Color #a97057

%45.92
%30.43
%23.64

CMYK Percentages of Color #a97057

%0
%34
%49
%34

Triadic Colors of #a97057

#a97057 #57a970 #7057a9

Analogous Colors of #a97057

#a97057 #a99957 #a95767

Monochromatic Colors of #a97057

#a97057

Complementary Color

#a97057 #5790a9

#a97057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97057 Color CSS Codes

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

#a97057 Text Font Color

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

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


#a97057 Background Color

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

This div background color is #a97057


#a97057 Border Color

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

This div border color is #a97057


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,112,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a97057; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a97057;
  -webkit-box-shadow: 1px 1px 3px 2px #a97057;
  box-shadow:         1px 1px 3px 2px #a97057; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,112,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97057


Comments

No comments written yet.

Please login to write comment.