Color Hex Logo

#aa9241 Color Hex

#AA9241
(170,146,65)
0 Favorites   0 Comments

Color spaces of #aa9241

RGB 17014665
HSL0.130.450.46
HSV46°62°67°
CMYK 0.000.140.62   0.33
XYZ27.810629.48559.2265
Yxy29.48550.41810.4432
Hunter Lab54.3006-3.605327.9361
CIE-Lab61.2077-0.851245.2707

#aa9241 color RGB value is (170,146,65).

#aa9241 hex color red value is 170, green value is 146 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #aa9241 hue: 0.13 , saturation: 0.45 and the lightness value of aa9241 is 0.46.

The process color (four color CMYK) of #aa9241 color hex is 0.00, 0.14, 0.62, 0.33. Web safe color of #aa9241 is #999933. Color #aa9241 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010010 01000001
Octal 252 222 101
Decimal 170 146 65
Hex AA 92 41

RGB Percentages of Color #aa9241

%44.62
%38.32
%17.06

CMYK Percentages of Color #aa9241

%0
%14
%62
%33

Triadic Colors of #aa9241

#aa9241 #41aa92 #9241aa

Analogous Colors of #aa9241

#aa9241 #8eaa41 #aa5e41

Monochromatic Colors of #aa9241

#aa9241

Complementary Color

#aa9241 #4159aa

#aa9241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9241 Color CSS Codes

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

#aa9241 Text Font Color

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

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


#aa9241 Background Color

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

This div background color is #aa9241


#aa9241 Border Color

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

This div border color is #aa9241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9241


Comments

No comments written yet.

Please login to write comment.