Color Hex Logo

#aa942a Color Hex

#AA942A
(170,148,42)
0 Favorites   0 Comments

Color spaces of #aa942a

RGB 17014842
HSL0.140.600.42
HSV50°75°67°
CMYK 0.000.130.75   0.33
XYZ27.585429.89306.5065
Yxy29.89300.43110.4672
Hunter Lab54.6745-5.620231.2164
CIE-Lab61.5618-3.275755.5358

#aa942a color RGB value is (170,148,42).

#aa942a hex color red value is 170, green value is 148 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #aa942a hue: 0.14 , saturation: 0.60 and the lightness value of aa942a is 0.42.

The process color (four color CMYK) of #aa942a color hex is 0.00, 0.13, 0.75, 0.33. Web safe color of #aa942a is #999933. Color #aa942a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010100 00101010
Octal 252 224 52
Decimal 170 148 42
Hex AA 94 2A

RGB Percentages of Color #aa942a

%47.22
%41.11
%11.67

CMYK Percentages of Color #aa942a

%0
%13
%75
%33

Triadic Colors of #aa942a

#aa942a #2aaa94 #942aaa

Analogous Colors of #aa942a

#aa942a #80aa2a #aa542a

Monochromatic Colors of #aa942a

#aa942a

Complementary Color

#aa942a #2a40aa

#aa942a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa942a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa942a Color CSS Codes

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

#aa942a Text Font Color

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

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


#aa942a Background Color

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

This div background color is #aa942a


#aa942a Border Color

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

This div border color is #aa942a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa942a


Comments

No comments written yet.

Please login to write comment.