Color Hex Logo

#aa9063 Color Hex

#AA9063
(170,144,99)
0 Favorites   0 Comments

Color spaces of #aa9063

RGB 17014499
HSL0.110.290.53
HSV38°42°67°
CMYK 0.000.150.42   0.33
XYZ28.803029.393415.9598
Yxy29.39340.38840.3964
Hunter Lab54.2157-0.046320.4974
CIE-Lab61.12733.398027.5266

#aa9063 color RGB value is (170,144,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010000 01100011
Octal 252 220 143
Decimal 170 144 99
Hex AA 90 63

RGB Percentages of Color #aa9063

%41.16
%34.87
%23.97

CMYK Percentages of Color #aa9063

%0
%15
%42
%33

Triadic Colors of #aa9063

#aa9063 #63aa90 #9063aa

Analogous Colors of #aa9063

#aa9063 #a1aa63 #aa6d63

Monochromatic Colors of #aa9063

#aa9063

Complementary Color

#aa9063 #637daa

#aa9063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9063 Color CSS Codes

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

#aa9063 Text Font Color

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

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


#aa9063 Background Color

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

This div background color is #aa9063


#aa9063 Border Color

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

This div border color is #aa9063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9063


Comments

No comments written yet.

Please login to write comment.