Color Hex Logo

#aa743e Color Hex

#AA743E
(170,116,62)
0 Favorites   0 Comments

Color spaces of #aa743e

RGB 17011662
HSL0.080.470.45
HSV30°64°67°
CMYK 0.000.320.64   0.33
XYZ23.692521.38467.4363
Yxy21.38460.45120.4072
Hunter Lab46.243510.527022.8362
CIE-Lab53.367915.674537.8483

#aa743e color RGB value is (170,116,62).

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

The process color (four color CMYK) of #aa743e color hex is 0.00, 0.32, 0.64, 0.33. Web safe color of #aa743e is #996633. Color #aa743e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110100 00111110
Octal 252 164 76
Decimal 170 116 62
Hex AA 74 3E

RGB Percentages of Color #aa743e

%48.85
%33.33
%17.82

CMYK Percentages of Color #aa743e

%0
%32
%64
%33

Triadic Colors of #aa743e

#aa743e #3eaa74 #743eaa

Analogous Colors of #aa743e

#aa743e #aaaa3e #aa3e3e

Monochromatic Colors of #aa743e

#aa743e

Complementary Color

#aa743e #3e74aa

#aa743e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa743e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa743e Color CSS Codes

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

#aa743e Text Font Color

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

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


#aa743e Background Color

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

This div background color is #aa743e


#aa743e Border Color

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

This div border color is #aa743e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,116,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 #aa743e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa743e


Comments

No comments written yet.

Please login to write comment.