Color Hex Logo

#aa8940 Color Hex

#AA8940
(170,137,64)
0 Favorites   0 Comments

Color spaces of #aa8940

RGB 17013764
HSL0.110.450.46
HSV41°62°67°
CMYK 0.000.190.62   0.33
XYZ26.448626.80758.6309
Yxy26.80750.42740.4332
Hunter Lab51.77600.574826.3597
CIE-Lab58.79574.035743.0445

#aa8940 color RGB value is (170,137,64).

#aa8940 hex color red value is 170, green value is 137 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #aa8940 hue: 0.11 , saturation: 0.45 and the lightness value of aa8940 is 0.46.

The process color (four color CMYK) of #aa8940 color hex is 0.00, 0.19, 0.62, 0.33. Web safe color of #aa8940 is #999933. Color #aa8940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001001 01000000
Octal 252 211 100
Decimal 170 137 64
Hex AA 89 40

RGB Percentages of Color #aa8940

%45.82
%36.93
%17.25

CMYK Percentages of Color #aa8940

%0
%19
%62
%33

Triadic Colors of #aa8940

#aa8940 #40aa89 #8940aa

Analogous Colors of #aa8940

#aa8940 #96aa40 #aa5440

Monochromatic Colors of #aa8940

#aa8940

Complementary Color

#aa8940 #4061aa

#aa8940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8940 Color CSS Codes

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

#aa8940 Text Font Color

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

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


#aa8940 Background Color

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

This div background color is #aa8940


#aa8940 Border Color

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

This div border color is #aa8940


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,137,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aa8940; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aa8940;
  -webkit-box-shadow: 1px 1px 3px 2px #aa8940;
  box-shadow:         1px 1px 3px 2px #aa8940; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,137,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8940


Comments

No comments written yet.

Please login to write comment.