Color Hex Logo

#a89559 Color Hex

#A89559
(168,149,89)
0 Favorites   0 Comments

Color spaces of #a89559

RGB 16814989
HSL0.130.310.50
HSV46°47°66°
CMYK 0.000.110.47   0.34
XYZ28.699130.541013.8336
Yxy30.54100.39270.4179
Hunter Lab55.2639-4.015023.8433
CIE-Lab62.1182-1.277734.1429

#a89559 color RGB value is (168,149,89).

#a89559 hex color red value is 168, green value is 149 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #a89559 hue: 0.13 , saturation: 0.31 and the lightness value of a89559 is 0.50.

The process color (four color CMYK) of #a89559 color hex is 0.00, 0.11, 0.47, 0.34. Web safe color of #a89559 is #999966. Color #a89559 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010101 01011001
Octal 250 225 131
Decimal 168 149 89
Hex A8 95 59

RGB Percentages of Color #a89559

%41.38
%36.70
%21.92

CMYK Percentages of Color #a89559

%0
%11
%47
%34

Triadic Colors of #a89559

#a89559 #59a895 #9559a8

Analogous Colors of #a89559

#a89559 #94a859 #a86e59

Monochromatic Colors of #a89559

#a89559

Complementary Color

#a89559 #596ca8

#a89559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89559 Color CSS Codes

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

#a89559 Text Font Color

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

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


#a89559 Background Color

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

This div background color is #a89559


#a89559 Border Color

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

This div border color is #a89559


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,149,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a89559; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a89559;
  -webkit-box-shadow: 1px 1px 3px 2px #a89559;
  box-shadow:         1px 1px 3px 2px #a89559; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,149,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89559


Comments

No comments written yet.

Please login to write comment.