Color Hex Logo

#a98589 Color Hex

#A98589
(169,133,137)
0 Favorites   0 Comments

Color spaces of #a98589

RGB 169133137
HSL0.980.170.59
HSV353°21°66°
CMYK 0.000.210.19   0.34
XYZ29.265127.016227.3391
Yxy27.01620.35000.3231
Hunter Lab51.97719.54245.1984
CIE-Lab58.989314.39983.1175

#a98589 color RGB value is (169,133,137).

#a98589 hex color red value is 169, green value is 133 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #a98589 hue: 0.98 , saturation: 0.17 and the lightness value of a98589 is 0.59.

The process color (four color CMYK) of #a98589 color hex is 0.00, 0.21, 0.19, 0.34. Web safe color of #a98589 is #999999. Color #a98589 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000101 10001001
Octal 251 205 211
Decimal 169 133 137
Hex A9 85 89

RGB Percentages of Color #a98589

%38.50
%30.30
%31.21

CMYK Percentages of Color #a98589

%0
%21
%19
%34

Triadic Colors of #a98589

#a98589 #89a985 #8589a9

Analogous Colors of #a98589

#a98589 #a99385 #a9859b

Monochromatic Colors of #a98589

#a98589

Complementary Color

#a98589 #85a9a5

#a98589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98589 Color CSS Codes

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

#a98589 Text Font Color

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

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


#a98589 Background Color

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

This div background color is #a98589


#a98589 Border Color

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

This div border color is #a98589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98589


Comments

No comments written yet.

Please login to write comment.