Color Hex Logo

#aa8979 Color Hex

#AA8979
(170,137,121)
0 Favorites   0 Comments

Color spaces of #aa8979

RGB 170137121
HSL0.050.220.57
HSV20°29°67°
CMYK 0.000.190.29   0.33
XYZ28.974427.817821.9314
Yxy27.81780.36810.3534
Hunter Lab52.74265.760312.2659
CIE-Lab59.723810.112413.3210

#aa8979 color RGB value is (170,137,121).

#aa8979 hex color red value is 170, green value is 137 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #aa8979 hue: 0.05 , saturation: 0.22 and the lightness value of aa8979 is 0.57.

The process color (four color CMYK) of #aa8979 color hex is 0.00, 0.19, 0.29, 0.33. Web safe color of #aa8979 is #999966. Color #aa8979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001001 01111001
Octal 252 211 171
Decimal 170 137 121
Hex AA 89 79

RGB Percentages of Color #aa8979

%39.72
%32.01
%28.27

CMYK Percentages of Color #aa8979

%0
%19
%29
%33

Triadic Colors of #aa8979

#aa8979 #79aa89 #8979aa

Analogous Colors of #aa8979

#aa8979 #aaa279 #aa7982

Monochromatic Colors of #aa8979

#aa8979

Complementary Color

#aa8979 #799aaa

#aa8979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8979 Color CSS Codes

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

#aa8979 Text Font Color

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

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


#aa8979 Background Color

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

This div background color is #aa8979


#aa8979 Border Color

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

This div border color is #aa8979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8979


Comments

No comments written yet.

Please login to write comment.