Color Hex Logo

#aaa779 Color Hex

#AAA779
(170,167,121)
0 Favorites   0 Comments

Color spaces of #aaa779

RGB 170167121
HSL0.160.220.57
HSV56°29°67°
CMYK 0.000.020.29   0.33
XYZ33.847537.564023.5558
Yxy37.56400.35640.3955
Hunter Lab61.2895-8.678820.1153
CIE-Lab67.6980-6.362824.2439

#aaa779 color RGB value is (170,167,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 01111001
Octal 252 247 171
Decimal 170 167 121
Hex AA A7 79

RGB Percentages of Color #aaa779

%37.12
%36.46
%26.42

CMYK Percentages of Color #aaa779

%0
%2
%29
%33

Triadic Colors of #aaa779

#aaa779 #79aaa7 #a779aa

Analogous Colors of #aaa779

#aaa779 #95aa79 #aa8f79

Monochromatic Colors of #aaa779

#aaa779

Complementary Color

#aaa779 #797caa

#aaa779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa779 Color CSS Codes

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

#aaa779 Text Font Color

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

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


#aaa779 Background Color

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

This div background color is #aaa779


#aaa779 Border Color

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

This div border color is #aaa779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa779


Comments

No comments written yet.

Please login to write comment.