Color Hex Logo

#aaa780 Color Hex

#AAA780
(170,167,128)
0 Favorites   0 Comments

Color spaces of #aaa780

RGB 170167128
HSL0.150.200.58
HSV56°25°67°
CMYK 0.000.020.25   0.33
XYZ34.292637.742025.8996
Yxy37.74200.35020.3854
Hunter Lab61.4345-7.872118.0086
CIE-Lab67.8300-5.385020.6147

#aaa780 color RGB value is (170,167,128).

#aaa780 hex color red value is 170, green value is 167 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #aaa780 hue: 0.15 , saturation: 0.20 and the lightness value of aaa780 is 0.58.

The process color (four color CMYK) of #aaa780 color hex is 0.00, 0.02, 0.25, 0.33. Web safe color of #aaa780 is #999999. Color #aaa780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 10000000
Octal 252 247 200
Decimal 170 167 128
Hex AA A7 80

RGB Percentages of Color #aaa780

%36.56
%35.91
%27.53

CMYK Percentages of Color #aaa780

%0
%2
%25
%33

Triadic Colors of #aaa780

#aaa780 #80aaa7 #a780aa

Analogous Colors of #aaa780

#aaa780 #98aa80 #aa9280

Monochromatic Colors of #aaa780

#aaa780

Complementary Color

#aaa780 #8083aa

#aaa780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa780 Color CSS Codes

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

#aaa780 Text Font Color

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

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


#aaa780 Background Color

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

This div background color is #aaa780


#aaa780 Border Color

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

This div border color is #aaa780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa780


Comments

No comments written yet.

Please login to write comment.