Color Hex Logo

#aa7724 Color Hex

#AA7724
(170,119,36)
0 Favorites   0 Comments

Color spaces of #aa7724

RGB 17011936
HSL0.100.650.40
HSV37°79°67°
CMYK 0.000.300.79   0.33
XYZ23.492821.86714.6516
Yxy21.86710.46970.4372
Hunter Lab46.76237.842326.8358
CIE-Lab53.885712.555950.5765

#aa7724 color RGB value is (170,119,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110111 00100100
Octal 252 167 44
Decimal 170 119 36
Hex AA 77 24

RGB Percentages of Color #aa7724

%52.31
%36.62
%11.08

CMYK Percentages of Color #aa7724

%0
%30
%79
%33

Triadic Colors of #aa7724

#aa7724 #24aa77 #7724aa

Analogous Colors of #aa7724

#aa7724 #9aaa24 #aa3424

Monochromatic Colors of #aa7724

#aa7724

Complementary Color

#aa7724 #2457aa

#aa7724 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa7724 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa7724 Color CSS Codes

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

#aa7724 Text Font Color

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

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


#aa7724 Background Color

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

This div background color is #aa7724


#aa7724 Border Color

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

This div border color is #aa7724


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa7724


Comments

No comments written yet.

Please login to write comment.