Color Hex Logo

#aa6924 Color Hex

#AA6924
(170,105,36)
0 Favorites   0 Comments

Color spaces of #aa6924

RGB 17010536
HSL0.090.650.40
HSV31°79°67°
CMYK 0.000.380.79   0.33
XYZ21.947618.77664.1365
Yxy18.77660.48920.4186
Hunter Lab43.332014.579124.6725
CIE-Lab50.424820.437347.2917

#aa6924 color RGB value is (170,105,36).

#aa6924 hex color red value is 170, green value is 105 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #aa6924 hue: 0.09 , saturation: 0.65 and the lightness value of aa6924 is 0.40.

The process color (four color CMYK) of #aa6924 color hex is 0.00, 0.38, 0.79, 0.33. Web safe color of #aa6924 is #996633. Color #aa6924 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101001 00100100
Octal 252 151 44
Decimal 170 105 36
Hex AA 69 24

RGB Percentages of Color #aa6924

%54.66
%33.76
%11.58

CMYK Percentages of Color #aa6924

%0
%38
%79
%33

Triadic Colors of #aa6924

#aa6924 #24aa69 #6924aa

Analogous Colors of #aa6924

#aa6924 #a8aa24 #aa2624

Monochromatic Colors of #aa6924

#aa6924

Complementary Color

#aa6924 #2465aa

#aa6924 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6924 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6924 Color CSS Codes

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

#aa6924 Text Font Color

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

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


#aa6924 Background Color

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

This div background color is #aa6924


#aa6924 Border Color

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

This div border color is #aa6924


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6924


Comments

No comments written yet.

Please login to write comment.