Color Hex Logo

#aaa140 Color Hex

#AAA140
(170,161,64)
0 Favorites   0 Comments

Color spaces of #aaa140

RGB 17016164
HSL0.150.450.46
HSV55°62°67°
CMYK 0.000.050.62   0.33
XYZ30.247834.40609.8973
Yxy34.40600.40570.4615
Hunter Lab58.6566-10.601031.0555
CIE-Lab65.2836-8.993050.2187

#aaa140 color RGB value is (170,161,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 01000000
Octal 252 241 100
Decimal 170 161 64
Hex AA A1 40

RGB Percentages of Color #aaa140

%43.04
%40.76
%16.20

CMYK Percentages of Color #aaa140

%0
%5
%62
%33

Triadic Colors of #aaa140

#aaa140 #40aaa1 #a140aa

Analogous Colors of #aaa140

#aaa140 #7eaa40 #aa6c40

Monochromatic Colors of #aaa140

#aaa140

Complementary Color

#aaa140 #4049aa

#aaa140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa140 Color CSS Codes

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

#aaa140 Text Font Color

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

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


#aaa140 Background Color

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

This div background color is #aaa140


#aaa140 Border Color

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

This div border color is #aaa140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa140


Comments

No comments written yet.

Please login to write comment.