Color Hex Logo

#aa786f Color Hex

#AA786F
(170,120,111)
0 Favorites   0 Comments

Color spaces of #aa786f

RGB 170120111
HSL0.030.260.55
HSV35°67°
CMYK 0.000.290.35   0.33
XYZ26.163323.126718.1239
Yxy23.12670.38810.3431
Hunter Lab48.090212.954311.3184
CIE-Lab55.202618.345312.7459

#aa786f color RGB value is (170,120,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01111000 01101111
Octal 252 170 157
Decimal 170 120 111
Hex AA 78 6F

RGB Percentages of Color #aa786f

%42.39
%29.93
%27.68

CMYK Percentages of Color #aa786f

%0
%29
%35
%33

Triadic Colors of #aa786f

#aa786f #6faa78 #786faa

Analogous Colors of #aa786f

#aa786f #aa966f #aa6f84

Monochromatic Colors of #aa786f

#aa786f

Complementary Color

#aa786f #6fa1aa

#aa786f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa786f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa786f Color CSS Codes

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

#aa786f Text Font Color

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

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


#aa786f Background Color

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

This div background color is #aa786f


#aa786f Border Color

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

This div border color is #aa786f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa786f


Comments

No comments written yet.

Please login to write comment.