Color Hex Logo

#aaa12d Color Hex

#AAA12D
(170,161,45)
0 Favorites   0 Comments

Color spaces of #aaa12d

RGB 17016145
HSL0.150.580.42
HSV56°74°67°
CMYK 0.000.050.74   0.33
XYZ29.796134.22527.5183
Yxy34.22520.41650.4784
Hunter Lab58.5023-11.466333.3321
CIE-Lab65.1409-10.086057.8473

#aaa12d color RGB value is (170,161,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100001 00101101
Octal 252 241 55
Decimal 170 161 45
Hex AA A1 2D

RGB Percentages of Color #aaa12d

%45.21
%42.82
%11.97

CMYK Percentages of Color #aaa12d

%0
%5
%74
%33

Triadic Colors of #aaa12d

#aaa12d #2daaa1 #a12daa

Analogous Colors of #aaa12d

#aaa12d #75aa2d #aa632d

Monochromatic Colors of #aaa12d

#aaa12d

Complementary Color

#aaa12d #2d36aa

#aaa12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa12d Color CSS Codes

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

#aaa12d Text Font Color

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

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


#aaa12d Background Color

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

This div background color is #aaa12d


#aaa12d Border Color

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

This div border color is #aaa12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa12d


Comments

No comments written yet.

Please login to write comment.