Color Hex Logo

#aaa050 Color Hex

#AAA050
(170,160,80)
0 Favorites   0 Comments

Color spaces of #aaa050

RGB 17016080
HSL0.150.360.49
HSV53°53°67°
CMYK 0.000.060.53   0.33
XYZ30.596334.266812.5910
Yxy34.26680.39500.4424
Hunter Lab58.5379-9.143728.2237
CIE-Lab65.1738-7.213842.5164

#aaa050 color RGB value is (170,160,80).

#aaa050 hex color red value is 170, green value is 160 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #aaa050 hue: 0.15 , saturation: 0.36 and the lightness value of aaa050 is 0.49.

The process color (four color CMYK) of #aaa050 color hex is 0.00, 0.06, 0.53, 0.33. Web safe color of #aaa050 is #999966. Color #aaa050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 01010000
Octal 252 240 120
Decimal 170 160 80
Hex AA A0 50

RGB Percentages of Color #aaa050

%41.46
%39.02
%19.51

CMYK Percentages of Color #aaa050

%0
%6
%53
%33

Triadic Colors of #aaa050

#aaa050 #50aaa0 #a050aa

Analogous Colors of #aaa050

#aaa050 #87aa50 #aa7350

Monochromatic Colors of #aaa050

#aaa050

Complementary Color

#aaa050 #505aaa

#aaa050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa050 Color CSS Codes

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

#aaa050 Text Font Color

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

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


#aaa050 Background Color

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

This div background color is #aaa050


#aaa050 Border Color

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

This div border color is #aaa050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa050


Comments

No comments written yet.

Please login to write comment.