Color Hex Logo

#aaa040 Color Hex

#AAA040
(170,160,64)
0 Favorites   0 Comments

Color spaces of #aaa040

RGB 17016064
HSL0.150.450.46
HSV54°62°67°
CMYK 0.000.060.62   0.33
XYZ30.073834.05789.8392
Yxy34.05780.40660.4604
Hunter Lab58.3591-10.143130.8552
CIE-Lab65.0084-8.462949.9206

#aaa040 color RGB value is (170,160,64).

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

The process color (four color CMYK) of #aaa040 color hex is 0.00, 0.06, 0.62, 0.33. Web safe color of #aaa040 is #999933. Color #aaa040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100000 01000000
Octal 252 240 100
Decimal 170 160 64
Hex AA A0 40

RGB Percentages of Color #aaa040

%43.15
%40.61
%16.24

CMYK Percentages of Color #aaa040

%0
%6
%62
%33

Triadic Colors of #aaa040

#aaa040 #40aaa0 #a040aa

Analogous Colors of #aaa040

#aaa040 #7faa40 #aa6b40

Monochromatic Colors of #aaa040

#aaa040

Complementary Color

#aaa040 #404aaa

#aaa040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa040 Color CSS Codes

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

#aaa040 Text Font Color

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

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


#aaa040 Background Color

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

This div background color is #aaa040


#aaa040 Border Color

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

This div border color is #aaa040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa040


Comments

No comments written yet.

Please login to write comment.