Color Hex Logo

#aa9466 Color Hex

#AA9466
(170,148,102)
0 Favorites   0 Comments

Color spaces of #aa9466

RGB 170148102
HSL0.110.290.53
HSV41°40°67°
CMYK 0.000.130.40   0.33
XYZ29.565730.685216.9349
Yxy30.68520.38300.3975
Hunter Lab55.3942-1.668620.6501
CIE-Lab62.24101.536127.3415

#aa9466 color RGB value is (170,148,102).

#aa9466 hex color red value is 170, green value is 148 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #aa9466 hue: 0.11 , saturation: 0.29 and the lightness value of aa9466 is 0.53.

The process color (four color CMYK) of #aa9466 color hex is 0.00, 0.13, 0.40, 0.33. Web safe color of #aa9466 is #999966. Color #aa9466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010100 01100110
Octal 252 224 146
Decimal 170 148 102
Hex AA 94 66

RGB Percentages of Color #aa9466

%40.48
%35.24
%24.29

CMYK Percentages of Color #aa9466

%0
%13
%40
%33

Triadic Colors of #aa9466

#aa9466 #66aa94 #9466aa

Analogous Colors of #aa9466

#aa9466 #9eaa66 #aa7266

Monochromatic Colors of #aa9466

#aa9466

Complementary Color

#aa9466 #667caa

#aa9466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9466 Color CSS Codes

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

#aa9466 Text Font Color

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

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


#aa9466 Background Color

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

This div background color is #aa9466


#aa9466 Border Color

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

This div border color is #aa9466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9466


Comments

No comments written yet.

Please login to write comment.