Color Hex Logo

#aaa180 Color Hex

#AAA180
(170,161,128)
0 Favorites   0 Comments

Color spaces of #aaa180

RGB 170161128
HSL0.130.200.58
HSV47°25°67°
CMYK 0.000.050.25   0.33
XYZ33.218735.594325.5416
Yxy35.59430.35210.3772
Hunter Lab59.6610-5.019416.3799
CIE-Lab66.2088-2.151918.3930

#aaa180 color RGB value is (170,161,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 10000000
Octal 252 241 200
Decimal 170 161 128
Hex AA A1 80

RGB Percentages of Color #aaa180

%37.04
%35.08
%27.89

CMYK Percentages of Color #aaa180

%0
%5
%25
%33

Triadic Colors of #aaa180

#aaa180 #80aaa1 #a180aa

Analogous Colors of #aaa180

#aaa180 #9eaa80 #aa8c80

Monochromatic Colors of #aaa180

#aaa180

Complementary Color

#aaa180 #8089aa

#aaa180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa180 Color CSS Codes

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

#aaa180 Text Font Color

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

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


#aaa180 Background Color

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

This div background color is #aaa180


#aaa180 Border Color

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

This div border color is #aaa180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa180


Comments

No comments written yet.

Please login to write comment.