Color Hex Logo

#aa934d Color Hex

#AA934D
(170,147,77)
0 Favorites   0 Comments

Color spaces of #aa934d

RGB 17014777
HSL0.130.380.48
HSV45°55°67°
CMYK 0.000.140.55   0.33
XYZ28.350829.949311.3077
Yxy29.94930.40730.4303
Hunter Lab54.7260-3.298426.0574
CIE-Lab61.6105-0.451539.8024

#aa934d color RGB value is (170,147,77).

#aa934d hex color red value is 170, green value is 147 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #aa934d hue: 0.13 , saturation: 0.38 and the lightness value of aa934d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010011 01001101
Octal 252 223 115
Decimal 170 147 77
Hex AA 93 4D

RGB Percentages of Color #aa934d

%43.15
%37.31
%19.54

CMYK Percentages of Color #aa934d

%0
%14
%55
%33

Triadic Colors of #aa934d

#aa934d #4daa93 #934daa

Analogous Colors of #aa934d

#aa934d #93aa4d #aa654d

Monochromatic Colors of #aa934d

#aa934d

Complementary Color

#aa934d #4d64aa

#aa934d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa934d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa934d Color CSS Codes

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

#aa934d Text Font Color

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

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


#aa934d Background Color

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

This div background color is #aa934d


#aa934d Border Color

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

This div border color is #aa934d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa934d


Comments

No comments written yet.

Please login to write comment.