Color Hex Logo

#a9838e Color Hex

#A9838E
(169,131,142)
0 Favorites   0 Comments

Color spaces of #a9838e

RGB 169131142
HSL0.950.180.59
HSV343°22°66°
CMYK 0.000.220.16   0.34
XYZ29.361026.620629.1820
Yxy26.62060.34480.3126
Hunter Lab51.595211.28662.5824
CIE-Lab58.621516.3536-0.2904

#a9838e color RGB value is (169,131,142).

#a9838e hex color red value is 169, green value is 131 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a9838e hue: 0.95 , saturation: 0.18 and the lightness value of a9838e is 0.59.

The process color (four color CMYK) of #a9838e color hex is 0.00, 0.22, 0.16, 0.34. Web safe color of #a9838e is #999999. Color #a9838e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000011 10001110
Octal 251 203 216
Decimal 169 131 142
Hex A9 83 8E

RGB Percentages of Color #a9838e

%38.24
%29.64
%32.13

CMYK Percentages of Color #a9838e

%0
%22
%16
%34

Triadic Colors of #a9838e

#a9838e #8ea983 #838ea9

Analogous Colors of #a9838e

#a9838e #a98b83 #a983a1

Monochromatic Colors of #a9838e

#a9838e

Complementary Color

#a9838e #83a99e

#a9838e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9838e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9838e Color CSS Codes

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

#a9838e Text Font Color

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

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


#a9838e Background Color

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

This div background color is #a9838e


#a9838e Border Color

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

This div border color is #a9838e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9838e


Comments

No comments written yet.

Please login to write comment.