Color Hex Logo

#aa966e Color Hex

#AA966E
(170,150,110)
0 Favorites   0 Comments

Color spaces of #aa966e

RGB 170150110
HSL0.110.260.55
HSV40°35°67°
CMYK 0.000.120.35   0.33
XYZ30.298431.484519.2321
Yxy31.48450.37400.3886
Hunter Lab56.1111-1.809318.9560
CIE-Lab62.91451.408723.8442

#aa966e color RGB value is (170,150,110).

#aa966e hex color red value is 170, green value is 150 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #aa966e hue: 0.11 , saturation: 0.26 and the lightness value of aa966e is 0.55.

The process color (four color CMYK) of #aa966e color hex is 0.00, 0.12, 0.35, 0.33. Web safe color of #aa966e is #999966. Color #aa966e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010110 01101110
Octal 252 226 156
Decimal 170 150 110
Hex AA 96 6E

RGB Percentages of Color #aa966e

%39.53
%34.88
%25.58

CMYK Percentages of Color #aa966e

%0
%12
%35
%33

Triadic Colors of #aa966e

#aa966e #6eaa96 #966eaa

Analogous Colors of #aa966e

#aa966e #a0aa6e #aa786e

Monochromatic Colors of #aa966e

#aa966e

Complementary Color

#aa966e #6e82aa

#aa966e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa966e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa966e Color CSS Codes

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

#aa966e Text Font Color

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

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


#aa966e Background Color

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

This div background color is #aa966e


#aa966e Border Color

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

This div border color is #aa966e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa966e

#aa966e Color Palettes


Comments

No comments written yet.

Please login to write comment.