Color Hex Logo

#aa9044 Color Hex

#AA9044
(170,144,68)
0 Favorites   0 Comments

Color spaces of #aa9044

RGB 17014468
HSL0.120.430.47
HSV45°60°67°
CMYK 0.000.150.60   0.33
XYZ27.594228.90999.5946
Yxy28.90990.41750.4374
Hunter Lab53.7679-2.486027.0576
CIE-Lab60.70200.465443.2458

#aa9044 color RGB value is (170,144,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010000 01000100
Octal 252 220 104
Decimal 170 144 68
Hex AA 90 44

RGB Percentages of Color #aa9044

%44.50
%37.70
%17.80

CMYK Percentages of Color #aa9044

%0
%15
%60
%33

Triadic Colors of #aa9044

#aa9044 #44aa90 #9044aa

Analogous Colors of #aa9044

#aa9044 #91aa44 #aa5d44

Monochromatic Colors of #aa9044

#aa9044

Complementary Color

#aa9044 #445eaa

#aa9044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9044 Color CSS Codes

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

#aa9044 Text Font Color

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

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


#aa9044 Background Color

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

This div background color is #aa9044


#aa9044 Border Color

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

This div border color is #aa9044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9044


Comments

No comments written yet.

Please login to write comment.