Color Hex Logo

#aa8044 Color Hex

#AA8044
(170,128,68)
0 Favorites   0 Comments

Color spaces of #aa8044

RGB 17012868
HSL0.100.430.47
HSV35°60°67°
CMYK 0.000.250.60   0.33
XYZ25.340124.40178.8433
Yxy24.40170.43250.4165
Hunter Lab49.39815.119823.9645
CIE-Lab56.48789.358138.3662

#aa8044 color RGB value is (170,128,68).

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

The process color (four color CMYK) of #aa8044 color hex is 0.00, 0.25, 0.60, 0.33. Web safe color of #aa8044 is #999933. Color #aa8044 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000000 01000100
Octal 252 200 104
Decimal 170 128 68
Hex AA 80 44

RGB Percentages of Color #aa8044

%46.45
%34.97
%18.58

CMYK Percentages of Color #aa8044

%0
%25
%60
%33

Triadic Colors of #aa8044

#aa8044 #44aa80 #8044aa

Analogous Colors of #aa8044

#aa8044 #a1aa44 #aa4d44

Monochromatic Colors of #aa8044

#aa8044

Complementary Color

#aa8044 #446eaa

#aa8044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8044 Color CSS Codes

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

#aa8044 Text Font Color

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

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


#aa8044 Background Color

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

This div background color is #aa8044


#aa8044 Border Color

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

This div border color is #aa8044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8044


Comments

No comments written yet.

Please login to write comment.