Color Hex Logo

#aa843e Color Hex

#AA843E
(170,132,62)
0 Favorites   0 Comments

Color spaces of #aa843e

RGB 17013262
HSL0.110.470.45
HSV39°64°67°
CMYK 0.000.220.64   0.33
XYZ25.698325.39648.1050
Yxy25.39640.43410.4290
Hunter Lab50.39482.833225.7408
CIE-Lab57.45966.678342.5226

#aa843e color RGB value is (170,132,62).

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

The process color (four color CMYK) of #aa843e color hex is 0.00, 0.22, 0.64, 0.33. Web safe color of #aa843e is #999933. Color #aa843e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000100 00111110
Octal 252 204 76
Decimal 170 132 62
Hex AA 84 3E

RGB Percentages of Color #aa843e

%46.70
%36.26
%17.03

CMYK Percentages of Color #aa843e

%0
%22
%64
%33

Triadic Colors of #aa843e

#aa843e #3eaa84 #843eaa

Analogous Colors of #aa843e

#aa843e #9aaa3e #aa4e3e

Monochromatic Colors of #aa843e

#aa843e

Complementary Color

#aa843e #3e64aa

#aa843e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa843e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa843e Color CSS Codes

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

#aa843e Text Font Color

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

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


#aa843e Background Color

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

This div background color is #aa843e


#aa843e Border Color

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

This div border color is #aa843e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa843e


Comments

No comments written yet.

Please login to write comment.