Color Hex Logo

#aa9066 Color Hex

#AA9066
(170,144,102)
0 Favorites   0 Comments

Color spaces of #aa9066

RGB 170144102
HSL0.100.290.53
HSV37°40°67°
CMYK 0.000.150.40   0.33
XYZ28.949129.451916.7294
Yxy29.45190.38530.3920
Hunter Lab54.26960.245719.7117
CIE-Lab61.17843.744525.9463

#aa9066 color RGB value is (170,144,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010000 01100110
Octal 252 220 146
Decimal 170 144 102
Hex AA 90 66

RGB Percentages of Color #aa9066

%40.87
%34.62
%24.52

CMYK Percentages of Color #aa9066

%0
%15
%40
%33

Triadic Colors of #aa9066

#aa9066 #66aa90 #9066aa

Analogous Colors of #aa9066

#aa9066 #a2aa66 #aa6e66

Monochromatic Colors of #aa9066

#aa9066

Complementary Color

#aa9066 #6680aa

#aa9066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9066 Color CSS Codes

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

#aa9066 Text Font Color

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

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


#aa9066 Background Color

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

This div background color is #aa9066


#aa9066 Border Color

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

This div border color is #aa9066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9066


Comments

No comments written yet.

Please login to write comment.