Color Hex Logo

#aa7624 Color Hex

#AA7624
(170,118,36)
0 Favorites   0 Comments

Color spaces of #aa7624

RGB 17011836
HSL0.100.650.40
HSV37°79°67°
CMYK 0.000.310.79   0.33
XYZ23.374421.63034.6122
Yxy21.63030.47110.4359
Hunter Lab46.50848.321726.6761
CIE-Lab53.632513.119150.3379

#aa7624 color RGB value is (170,118,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110110 00100100
Octal 252 166 44
Decimal 170 118 36
Hex AA 76 24

RGB Percentages of Color #aa7624

%52.47
%36.42
%11.11

CMYK Percentages of Color #aa7624

%0
%31
%79
%33

Triadic Colors of #aa7624

#aa7624 #24aa76 #7624aa

Analogous Colors of #aa7624

#aa7624 #9baa24 #aa3324

Monochromatic Colors of #aa7624

#aa7624

Complementary Color

#aa7624 #2458aa

#aa7624 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7624 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7624 Color CSS Codes

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

#aa7624 Text Font Color

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

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


#aa7624 Background Color

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

This div background color is #aa7624


#aa7624 Border Color

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

This div border color is #aa7624


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7624


Comments

No comments written yet.

Please login to write comment.