Color Hex Logo

#aa6524 Color Hex

#AA6524
(170,101,36)
0 Favorites   0 Comments

Color spaces of #aa6524

RGB 17010136
HSL0.080.650.40
HSV29°79°67°
CMYK 0.000.410.79   0.33
XYZ21.549717.98084.0039
Yxy17.98080.49500.4130
Hunter Lab42.403816.507524.0843
CIE-Lab49.472822.675746.3766

#aa6524 color RGB value is (170,101,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100101 00100100
Octal 252 145 44
Decimal 170 101 36
Hex AA 65 24

RGB Percentages of Color #aa6524

%55.37
%32.90
%11.73

CMYK Percentages of Color #aa6524

%0
%41
%79
%33

Triadic Colors of #aa6524

#aa6524 #24aa65 #6524aa

Analogous Colors of #aa6524

#aa6524 #aaa824 #aa2426

Monochromatic Colors of #aa6524

#aa6524

Complementary Color

#aa6524 #2469aa

#aa6524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6524 Color CSS Codes

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

#aa6524 Text Font Color

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

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


#aa6524 Background Color

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

This div background color is #aa6524


#aa6524 Border Color

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

This div border color is #aa6524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6524


Comments

No comments written yet.

Please login to write comment.