Color Hex Logo

#aaa129 Color Hex

#AAA129
(170,161,41)
0 Favorites   0 Comments

Color spaces of #aaa129

RGB 17016141
HSL0.160.610.41
HSV56°76°67°
CMYK 0.000.050.76   0.33
XYZ29.722734.19597.1317
Yxy34.19590.41830.4813
Hunter Lab58.4773-11.607633.7033
CIE-Lab65.1178-10.265359.2386

#aaa129 color RGB value is (170,161,41).

#aaa129 hex color red value is 170, green value is 161 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #aaa129 hue: 0.16 , saturation: 0.61 and the lightness value of aaa129 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 00101001
Octal 252 241 51
Decimal 170 161 41
Hex AA A1 29

RGB Percentages of Color #aaa129

%45.70
%43.28
%11.02

CMYK Percentages of Color #aaa129

%0
%5
%76
%33

Triadic Colors of #aaa129

#aaa129 #29aaa1 #a129aa

Analogous Colors of #aaa129

#aaa129 #73aa29 #aa6129

Monochromatic Colors of #aaa129

#aaa129

Complementary Color

#aaa129 #2932aa

#aaa129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa129 Color CSS Codes

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

#aaa129 Text Font Color

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

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


#aaa129 Background Color

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

This div background color is #aaa129


#aaa129 Border Color

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

This div border color is #aaa129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa129


Comments

No comments written yet.

Please login to write comment.