Color Hex Logo

#a97a2d Color Hex

#A97A2D
(169,122,45)
0 Favorites   0 Comments

Color spaces of #a97a2d

RGB 16912245
HSL0.100.580.42
HSV37°73°66°
CMYK 0.000.280.73   0.34
XYZ23.795422.54355.5798
Yxy22.54350.45830.4342
Hunter Lab47.48006.368326.2683
CIE-Lab54.599010.822947.4348

#a97a2d color RGB value is (169,122,45).

#a97a2d hex color red value is 169, green value is 122 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #a97a2d hue: 0.10 , saturation: 0.58 and the lightness value of a97a2d is 0.42.

The process color (four color CMYK) of #a97a2d color hex is 0.00, 0.28, 0.73, 0.34. Web safe color of #a97a2d is #996633. Color #a97a2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111010 00101101
Octal 251 172 55
Decimal 169 122 45
Hex A9 7A 2D

RGB Percentages of Color #a97a2d

%50.30
%36.31
%13.39

CMYK Percentages of Color #a97a2d

%0
%28
%73
%34

Triadic Colors of #a97a2d

#a97a2d #2da97a #7a2da9

Analogous Colors of #a97a2d

#a97a2d #9aa92d #a93c2d

Monochromatic Colors of #a97a2d

#a97a2d

Complementary Color

#a97a2d #2d5ca9

#a97a2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97a2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97a2d Color CSS Codes

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

#a97a2d Text Font Color

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

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


#a97a2d Background Color

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

This div background color is #a97a2d


#a97a2d Border Color

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

This div border color is #a97a2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97a2d


Comments

No comments written yet.

Please login to write comment.