Color Hex Logo

#aa942d Color Hex

#AA942D
(170,148,45)
0 Favorites   0 Comments

Color spaces of #aa942d

RGB 17014845
HSL0.140.580.42
HSV49°74°67°
CMYK 0.000.130.74   0.33
XYZ27.641129.91536.8000
Yxy29.91530.42950.4648
Hunter Lab54.6949-5.507730.9151
CIE-Lab61.5811-3.136154.4106

#aa942d color RGB value is (170,148,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010100 00101101
Octal 252 224 55
Decimal 170 148 45
Hex AA 94 2D

RGB Percentages of Color #aa942d

%46.83
%40.77
%12.40

CMYK Percentages of Color #aa942d

%0
%13
%74
%33

Triadic Colors of #aa942d

#aa942d #2daa94 #942daa

Analogous Colors of #aa942d

#aa942d #82aa2d #aa562d

Monochromatic Colors of #aa942d

#aa942d

Complementary Color

#aa942d #2d43aa

#aa942d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa942d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa942d Color CSS Codes

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

#aa942d Text Font Color

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

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


#aa942d Background Color

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

This div background color is #aa942d


#aa942d Border Color

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

This div border color is #aa942d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa942d


Comments

No comments written yet.

Please login to write comment.