Color Hex Logo

#a9995e Color Hex

#A9995E
(169,153,94)
0 Favorites   0 Comments

Color spaces of #a9995e

RGB 16915394
HSL0.130.300.52
HSV47°44°66°
CMYK 0.000.090.44   0.34
XYZ29.773832.025615.2020
Yxy32.02560.38670.4159
Hunter Lab56.5912-5.121923.6868
CIE-Lab63.3640-2.511733.0793

#a9995e color RGB value is (169,153,94).

#a9995e hex color red value is 169, green value is 153 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a9995e hue: 0.13 , saturation: 0.30 and the lightness value of a9995e is 0.52.

The process color (four color CMYK) of #a9995e color hex is 0.00, 0.09, 0.44, 0.34. Web safe color of #a9995e is #999966. Color #a9995e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011001 01011110
Octal 251 231 136
Decimal 169 153 94
Hex A9 99 5E

RGB Percentages of Color #a9995e

%40.63
%36.78
%22.60

CMYK Percentages of Color #a9995e

%0
%9
%44
%34

Triadic Colors of #a9995e

#a9995e #5ea999 #995ea9

Analogous Colors of #a9995e

#a9995e #94a95e #a9745e

Monochromatic Colors of #a9995e

#a9995e

Complementary Color

#a9995e #5e6ea9

#a9995e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9995e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9995e Color CSS Codes

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

#a9995e Text Font Color

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

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


#a9995e Background Color

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

This div background color is #a9995e


#a9995e Border Color

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

This div border color is #a9995e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9995e


Comments

No comments written yet.

Please login to write comment.