Color Hex Logo

#aa8446 Color Hex

#AA8446
(170,132,70)
0 Favorites   0 Comments

Color spaces of #aa8446

RGB 17013270
HSL0.100.420.47
HSV37°59°67°
CMYK 0.000.220.59   0.33
XYZ25.934325.49089.3477
Yxy25.49080.42670.4194
Hunter Lab50.48843.335124.3646
CIE-Lab57.55057.273238.5822

#aa8446 color RGB value is (170,132,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000100 01000110
Octal 252 204 106
Decimal 170 132 70
Hex AA 84 46

RGB Percentages of Color #aa8446

%45.70
%35.48
%18.82

CMYK Percentages of Color #aa8446

%0
%22
%59
%33

Triadic Colors of #aa8446

#aa8446 #46aa84 #8446aa

Analogous Colors of #aa8446

#aa8446 #9eaa46 #aa5246

Monochromatic Colors of #aa8446

#aa8446

Complementary Color

#aa8446 #466caa

#aa8446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8446 Color CSS Codes

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

#aa8446 Text Font Color

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

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


#aa8446 Background Color

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

This div background color is #aa8446


#aa8446 Border Color

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

This div border color is #aa8446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8446


Comments

No comments written yet.

Please login to write comment.