Color Hex Logo

#aa9946 Color Hex

#AA9946
(170,153,70)
0 Favorites   0 Comments

Color spaces of #aa9946

RGB 17015370
HSL0.140.420.47
HSV50°59°67°
CMYK 0.000.100.59   0.33
XYZ29.074331.770710.3943
Yxy31.77070.40810.4460
Hunter Lab56.3655-6.566228.5222
CIE-Lab63.1529-4.282145.0645

#aa9946 color RGB value is (170,153,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011001 01000110
Octal 252 231 106
Decimal 170 153 70
Hex AA 99 46

RGB Percentages of Color #aa9946

%43.26
%38.93
%17.81

CMYK Percentages of Color #aa9946

%0
%10
%59
%33

Triadic Colors of #aa9946

#aa9946 #46aa99 #9946aa

Analogous Colors of #aa9946

#aa9946 #89aa46 #aa6746

Monochromatic Colors of #aa9946

#aa9946

Complementary Color

#aa9946 #4657aa

#aa9946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9946 Color CSS Codes

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

#aa9946 Text Font Color

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

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


#aa9946 Background Color

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

This div background color is #aa9946


#aa9946 Border Color

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

This div border color is #aa9946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9946


Comments

No comments written yet.

Please login to write comment.