Color Hex Logo

#a98457 Color Hex

#A98457
(169,132,87)
0 Favorites   0 Comments

Color spaces of #a98457

RGB 16913287
HSL0.090.320.50
HSV33°49°66°
CMYK 0.000.220.49   0.34
XYZ26.333725.625712.5751
Yxy25.62570.40810.3971
Hunter Lab50.62184.268320.7069
CIE-Lab57.68008.371229.6372

#a98457 color RGB value is (169,132,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000100 01010111
Octal 251 204 127
Decimal 169 132 87
Hex A9 84 57

RGB Percentages of Color #a98457

%43.56
%34.02
%22.42

CMYK Percentages of Color #a98457

%0
%22
%49
%34

Triadic Colors of #a98457

#a98457 #57a984 #8457a9

Analogous Colors of #a98457

#a98457 #a5a957 #a95b57

Monochromatic Colors of #a98457

#a98457

Complementary Color

#a98457 #577ca9

#a98457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98457 Color CSS Codes

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

#a98457 Text Font Color

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

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


#a98457 Background Color

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

This div background color is #a98457


#a98457 Border Color

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

This div border color is #a98457


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,132,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 #a98457">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98457


Comments

No comments written yet.

Please login to write comment.