Color Hex Logo

#a9974e Color Hex

#A9974E
(169,151,78)
0 Favorites   0 Comments

Color spaces of #a9974e

RGB 16915178
HSL0.130.370.48
HSV48°54°66°
CMYK 0.000.110.54   0.34
XYZ28.803931.118311.6960
Yxy31.11830.40220.4345
Hunter Lab55.7838-5.453326.6175
CIE-Lab62.6074-2.978340.4573

#a9974e color RGB value is (169,151,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010111 01001110
Octal 251 227 116
Decimal 169 151 78
Hex A9 97 4E

RGB Percentages of Color #a9974e

%42.46
%37.94
%19.60

CMYK Percentages of Color #a9974e

%0
%11
%54
%34

Triadic Colors of #a9974e

#a9974e #4ea997 #974ea9

Analogous Colors of #a9974e

#a9974e #8ea94e #a96a4e

Monochromatic Colors of #a9974e

#a9974e

Complementary Color

#a9974e #4e60a9

#a9974e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9974e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9974e Color CSS Codes

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

#a9974e Text Font Color

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

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


#a9974e Background Color

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

This div background color is #a9974e


#a9974e Border Color

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

This div border color is #a9974e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9974e


Comments

No comments written yet.

Please login to write comment.