Color Hex Logo

#aa716e Color Hex

#AA716E
(170,113,110)
0 Favorites   0 Comments

Color spaces of #aa716e

RGB 170113110
HSL0.010.260.55
HSV35°67°
CMYK 0.000.340.35   0.33
XYZ25.297221.482117.5650
Yxy21.48210.39320.3339
Hunter Lab46.348816.31509.9748
CIE-Lab53.473122.170510.9068

#aa716e color RGB value is (170,113,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110001 01101110
Octal 252 161 156
Decimal 170 113 110
Hex AA 71 6E

RGB Percentages of Color #aa716e

%43.26
%28.75
%27.99

CMYK Percentages of Color #aa716e

%0
%34
%35
%33

Triadic Colors of #aa716e

#aa716e #6eaa71 #716eaa

Analogous Colors of #aa716e

#aa716e #aa8f6e #aa6e89

Monochromatic Colors of #aa716e

#aa716e

Complementary Color

#aa716e #6ea7aa

#aa716e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa716e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa716e Color CSS Codes

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

#aa716e Text Font Color

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

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


#aa716e Background Color

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

This div background color is #aa716e


#aa716e Border Color

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

This div border color is #aa716e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa716e


Comments

No comments written yet.

Please login to write comment.