Color Hex Logo

#aa9339 Color Hex

#AA9339
(170,147,57)
0 Favorites   0 Comments

Color spaces of #aa9339

RGB 17014757
HSL0.130.500.45
HSV48°66°67°
CMYK 0.000.140.66   0.33
XYZ27.749829.70898.1427
Yxy29.70890.42300.4529
Hunter Lab54.5059-4.508129.2967
CIE-Lab61.4022-1.931649.1899

#aa9339 color RGB value is (170,147,57).

#aa9339 hex color red value is 170, green value is 147 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #aa9339 hue: 0.13 , saturation: 0.50 and the lightness value of aa9339 is 0.45.

The process color (four color CMYK) of #aa9339 color hex is 0.00, 0.14, 0.66, 0.33. Web safe color of #aa9339 is #999933. Color #aa9339 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010011 00111001
Octal 252 223 71
Decimal 170 147 57
Hex AA 93 39

RGB Percentages of Color #aa9339

%45.45
%39.30
%15.24

CMYK Percentages of Color #aa9339

%0
%14
%66
%33

Triadic Colors of #aa9339

#aa9339 #39aa93 #9339aa

Analogous Colors of #aa9339

#aa9339 #89aa39 #aa5b39

Monochromatic Colors of #aa9339

#aa9339

Complementary Color

#aa9339 #3950aa

#aa9339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9339 Color CSS Codes

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

#aa9339 Text Font Color

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

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


#aa9339 Background Color

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

This div background color is #aa9339


#aa9339 Border Color

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

This div border color is #aa9339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9339


Comments

No comments written yet.

Please login to write comment.