Color Hex Logo

#aa766f Color Hex

#AA766F
(170,118,111)
0 Favorites   0 Comments

Color spaces of #aa766f

RGB 170118111
HSL0.020.260.55
HSV35°67°
CMYK 0.000.310.35   0.33
XYZ25.925222.650618.0445
Yxy22.65060.38910.3400
Hunter Lab47.592613.947410.8354
CIE-Lab54.710619.476312.0585

#aa766f color RGB value is (170,118,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110110 01101111
Octal 252 166 157
Decimal 170 118 111
Hex AA 76 6F

RGB Percentages of Color #aa766f

%42.61
%29.57
%27.82

CMYK Percentages of Color #aa766f

%0
%31
%35
%33

Triadic Colors of #aa766f

#aa766f #6faa76 #766faa

Analogous Colors of #aa766f

#aa766f #aa946f #aa6f86

Monochromatic Colors of #aa766f

#aa766f

Complementary Color

#aa766f #6fa3aa

#aa766f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa766f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa766f Color CSS Codes

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

#aa766f Text Font Color

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

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


#aa766f Background Color

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

This div background color is #aa766f


#aa766f Border Color

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

This div border color is #aa766f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa766f


Comments

No comments written yet.

Please login to write comment.