Color Hex Logo

#aa8a2e Color Hex

#AA8A2E
(170,138,46)
0 Favorites   0 Comments

Color spaces of #aa8a2e

RGB 17013846
HSL0.120.570.42
HSV45°73°67°
CMYK 0.000.190.73   0.33
XYZ26.159226.92036.4022
Yxy26.92030.43980.4526
Hunter Lab51.8848-0.802529.0034
CIE-Lab58.90052.389151.3674

#aa8a2e color RGB value is (170,138,46).

#aa8a2e hex color red value is 170, green value is 138 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #aa8a2e hue: 0.12 , saturation: 0.57 and the lightness value of aa8a2e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001010 00101110
Octal 252 212 56
Decimal 170 138 46
Hex AA 8A 2E

RGB Percentages of Color #aa8a2e

%48.02
%38.98
%12.99

CMYK Percentages of Color #aa8a2e

%0
%19
%73
%33

Triadic Colors of #aa8a2e

#aa8a2e #2eaa8a #8a2eaa

Analogous Colors of #aa8a2e

#aa8a2e #8caa2e #aa4c2e

Monochromatic Colors of #aa8a2e

#aa8a2e

Complementary Color

#aa8a2e #2e4eaa

#aa8a2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8a2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8a2e Color CSS Codes

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

#aa8a2e Text Font Color

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

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


#aa8a2e Background Color

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

This div background color is #aa8a2e


#aa8a2e Border Color

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

This div border color is #aa8a2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8a2e


Comments

No comments written yet.

Please login to write comment.