Color Hex Logo

#aa6444 Color Hex

#AA6444
(170,100,68)
0 Favorites   0 Comments

Color spaces of #aa6444

RGB 17010068
HSL0.050.430.47
HSV19°60°67°
CMYK 0.000.410.60   0.33
XYZ22.178118.07777.7893
Yxy18.07770.46160.3763
Hunter Lab42.517918.702618.9006
CIE-Lab49.590225.104830.0615

#aa6444 color RGB value is (170,100,68).

#aa6444 hex color red value is 170, green value is 100 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #aa6444 hue: 0.05 , saturation: 0.43 and the lightness value of aa6444 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100100 01000100
Octal 252 144 104
Decimal 170 100 68
Hex AA 64 44

RGB Percentages of Color #aa6444

%50.30
%29.59
%20.12

CMYK Percentages of Color #aa6444

%0
%41
%60
%33

Triadic Colors of #aa6444

#aa6444 #44aa64 #6444aa

Analogous Colors of #aa6444

#aa6444 #aa9744 #aa4457

Monochromatic Colors of #aa6444

#aa6444

Complementary Color

#aa6444 #448aaa

#aa6444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6444 Color CSS Codes

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

#aa6444 Text Font Color

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

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


#aa6444 Background Color

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

This div background color is #aa6444


#aa6444 Border Color

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

This div border color is #aa6444


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6444


Comments

No comments written yet.

Please login to write comment.