Color Hex Logo

#a9975e Color Hex

#A9975E
(169,151,94)
0 Favorites   0 Comments

Color spaces of #a9975e

RGB 16915194
HSL0.130.300.52
HSV46°44°66°
CMYK 0.000.110.44   0.34
XYZ29.449231.376415.0938
Yxy31.37640.38790.4133
Hunter Lab56.0146-4.180823.2339
CIE-Lab62.8241-1.422932.3951

#a9975e color RGB value is (169,151,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010111 01011110
Octal 251 227 136
Decimal 169 151 94
Hex A9 97 5E

RGB Percentages of Color #a9975e

%40.82
%36.47
%22.71

CMYK Percentages of Color #a9975e

%0
%11
%44
%34

Triadic Colors of #a9975e

#a9975e #5ea997 #975ea9

Analogous Colors of #a9975e

#a9975e #96a95e #a9725e

Monochromatic Colors of #a9975e

#a9975e

Complementary Color

#a9975e #5e70a9

#a9975e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9975e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9975e Color CSS Codes

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

#a9975e Text Font Color

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

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


#a9975e Background Color

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

This div background color is #a9975e


#a9975e Border Color

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

This div border color is #a9975e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,151,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 #a9975e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9975e


Comments

No comments written yet.

Please login to write comment.