Color Hex Logo

#aa784d Color Hex

#AA784D
(170,120,77)
0 Favorites   0 Comments

Color spaces of #aa784d

RGB 17012077
HSL0.080.380.48
HSV28°55°67°
CMYK 0.000.290.55   0.33
XYZ24.633622.514810.0686
Yxy22.51480.43050.3935
Hunter Lab47.44989.631420.6338
CIE-Lab54.569014.609731.2295

#aa784d color RGB value is (170,120,77).

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

The process color (four color CMYK) of #aa784d color hex is 0.00, 0.29, 0.55, 0.33. Web safe color of #aa784d is #996666. Color #aa784d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111000 01001101
Octal 252 170 115
Decimal 170 120 77
Hex AA 78 4D

RGB Percentages of Color #aa784d

%46.32
%32.70
%20.98

CMYK Percentages of Color #aa784d

%0
%29
%55
%33

Triadic Colors of #aa784d

#aa784d #4daa78 #784daa

Analogous Colors of #aa784d

#aa784d #aaa74d #aa4d50

Monochromatic Colors of #aa784d

#aa784d

Complementary Color

#aa784d #4d7faa

#aa784d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa784d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa784d Color CSS Codes

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

#aa784d Text Font Color

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

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


#aa784d Background Color

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

This div background color is #aa784d


#aa784d Border Color

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

This div border color is #aa784d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa784d


Comments

No comments written yet.

Please login to write comment.