Color Hex Logo

#aa7436 Color Hex

#AA7436
(170,116,54)
0 Favorites   0 Comments

Color spaces of #aa7436

RGB 17011654
HSL0.090.520.44
HSV32°68°67°
CMYK 0.000.320.68   0.33
XYZ23.488821.30326.3640
Yxy21.30320.45920.4164
Hunter Lab46.155410.068024.1337
CIE-Lab53.279715.150041.8315

#aa7436 color RGB value is (170,116,54).

#aa7436 hex color red value is 170, green value is 116 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #aa7436 hue: 0.09 , saturation: 0.52 and the lightness value of aa7436 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110100 00110110
Octal 252 164 66
Decimal 170 116 54
Hex AA 74 36

RGB Percentages of Color #aa7436

%50.00
%34.12
%15.88

CMYK Percentages of Color #aa7436

%0
%32
%68
%33

Triadic Colors of #aa7436

#aa7436 #36aa74 #7436aa

Analogous Colors of #aa7436

#aa7436 #a6aa36 #aa3a36

Monochromatic Colors of #aa7436

#aa7436

Complementary Color

#aa7436 #366caa

#aa7436 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7436 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7436 Color CSS Codes

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

#aa7436 Text Font Color

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

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


#aa7436 Background Color

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

This div background color is #aa7436


#aa7436 Border Color

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

This div border color is #aa7436


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7436


Comments

No comments written yet.

Please login to write comment.