Color Hex Logo

#a9985d Color Hex

#A9985D
(169,152,93)
0 Favorites   0 Comments

Color spaces of #a9985d

RGB 16915293
HSL0.130.310.51
HSV47°45°66°
CMYK 0.000.100.45   0.34
XYZ29.566231.681814.9128
Yxy31.68180.38820.4160
Hunter Lab56.2866-4.739123.6921
CIE-Lab63.0790-2.074233.2500

#a9985d color RGB value is (169,152,93).

#a9985d hex color red value is 169, green value is 152 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #a9985d hue: 0.13 , saturation: 0.31 and the lightness value of a9985d is 0.51.

The process color (four color CMYK) of #a9985d color hex is 0.00, 0.10, 0.45, 0.34. Web safe color of #a9985d is #999966. Color #a9985d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011000 01011101
Octal 251 230 135
Decimal 169 152 93
Hex A9 98 5D

RGB Percentages of Color #a9985d

%40.82
%36.71
%22.46

CMYK Percentages of Color #a9985d

%0
%10
%45
%34

Triadic Colors of #a9985d

#a9985d #5da998 #985da9

Analogous Colors of #a9985d

#a9985d #94a95d #a9725d

Monochromatic Colors of #a9985d

#a9985d

Complementary Color

#a9985d #5d6ea9

#a9985d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9985d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9985d Color CSS Codes

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

#a9985d Text Font Color

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

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


#a9985d Background Color

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

This div background color is #a9985d


#a9985d Border Color

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

This div border color is #a9985d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9985d


Comments

No comments written yet.

Please login to write comment.