Color Hex Logo

#aa936e Color Hex

#AA936E
(170,147,110)
0 Favorites   0 Comments

Color spaces of #aa936e

RGB 170147110
HSL0.100.260.55
HSV37°35°67°
CMYK 0.000.140.35   0.33
XYZ29.825830.539319.0745
Yxy30.53930.37550.3844
Hunter Lab55.2624-0.370518.2190
CIE-Lab62.11683.062022.7761

#aa936e color RGB value is (170,147,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010011 01101110
Octal 252 223 156
Decimal 170 147 110
Hex AA 93 6E

RGB Percentages of Color #aa936e

%39.81
%34.43
%25.76

CMYK Percentages of Color #aa936e

%0
%14
%35
%33

Triadic Colors of #aa936e

#aa936e #6eaa93 #936eaa

Analogous Colors of #aa936e

#aa936e #a3aa6e #aa756e

Monochromatic Colors of #aa936e

#aa936e

Complementary Color

#aa936e #6e85aa

#aa936e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa936e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa936e Color CSS Codes

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

#aa936e Text Font Color

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

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


#aa936e Background Color

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

This div background color is #aa936e


#aa936e Border Color

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

This div border color is #aa936e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa936e


Comments

No comments written yet.

Please login to write comment.