Color Hex Logo

#a9947e Color Hex

#A9947E
(169,148,126)
0 Favorites   0 Comments

Color spaces of #a9947e

RGB 169148126
HSL0.090.200.58
HSV31°25°66°
CMYK 0.000.120.25   0.34
XYZ30.718031.121224.1266
Yxy31.12120.35730.3620
Hunter Lab55.78640.662413.4086
CIE-Lab62.60984.291614.5091

#a9947e color RGB value is (169,148,126).

#a9947e hex color red value is 169, green value is 148 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a9947e hue: 0.09 , saturation: 0.20 and the lightness value of a9947e is 0.58.

The process color (four color CMYK) of #a9947e color hex is 0.00, 0.12, 0.25, 0.34. Web safe color of #a9947e is #999966. Color #a9947e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010100 01111110
Octal 251 224 176
Decimal 169 148 126
Hex A9 94 7E

RGB Percentages of Color #a9947e

%38.15
%33.41
%28.44

CMYK Percentages of Color #a9947e

%0
%12
%25
%34

Triadic Colors of #a9947e

#a9947e #7ea994 #947ea9

Analogous Colors of #a9947e

#a9947e #a9a97e #a97f7e

Monochromatic Colors of #a9947e

#a9947e

Complementary Color

#a9947e #7e93a9

#a9947e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9947e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9947e Color CSS Codes

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

#a9947e Text Font Color

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

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


#a9947e Background Color

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

This div background color is #a9947e


#a9947e Border Color

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

This div border color is #a9947e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9947e


Comments

No comments written yet.

Please login to write comment.