Color Hex Logo

#aaa12e Color Hex

#AAA12E
(170,161,46)
0 Favorites   0 Comments

Color spaces of #aaa12e

RGB 17016146
HSL0.150.570.42
HSV56°73°67°
CMYK 0.000.050.73   0.33
XYZ29.815634.23307.6210
Yxy34.23300.41600.4777
Hunter Lab58.5090-11.428933.2336
CIE-Lab65.1471-10.038557.4860

#aaa12e color RGB value is (170,161,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 00101110
Octal 252 241 56
Decimal 170 161 46
Hex AA A1 2E

RGB Percentages of Color #aaa12e

%45.09
%42.71
%12.20

CMYK Percentages of Color #aaa12e

%0
%5
%73
%33

Triadic Colors of #aaa12e

#aaa12e #2eaaa1 #a12eaa

Analogous Colors of #aaa12e

#aaa12e #75aa2e #aa632e

Monochromatic Colors of #aaa12e

#aaa12e

Complementary Color

#aaa12e #2e37aa

#aaa12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa12e Color CSS Codes

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

#aaa12e Text Font Color

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

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


#aaa12e Background Color

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

This div background color is #aaa12e


#aaa12e Border Color

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

This div border color is #aaa12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa12e


Comments

No comments written yet.

Please login to write comment.