Color Hex Logo

#aa784f Color Hex

#AA784F
(170,120,79)
0 Favorites   0 Comments

Color spaces of #aa784f

RGB 17012079
HSL0.080.370.49
HSV27°54°67°
CMYK 0.000.290.54   0.33
XYZ24.705322.543510.4464
Yxy22.54350.42820.3907
Hunter Lab47.48009.789020.1912
CIE-Lab54.599014.789530.1638

#aa784f color RGB value is (170,120,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111000 01001111
Octal 252 170 117
Decimal 170 120 79
Hex AA 78 4F

RGB Percentages of Color #aa784f

%46.07
%32.52
%21.41

CMYK Percentages of Color #aa784f

%0
%29
%54
%33

Triadic Colors of #aa784f

#aa784f #4faa78 #784faa

Analogous Colors of #aa784f

#aa784f #aaa64f #aa4f54

Monochromatic Colors of #aa784f

#aa784f

Complementary Color

#aa784f #4f81aa

#aa784f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa784f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa784f Color CSS Codes

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

#aa784f Text Font Color

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

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


#aa784f Background Color

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

This div background color is #aa784f


#aa784f Border Color

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

This div border color is #aa784f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa784f


Comments

No comments written yet.

Please login to write comment.