Color Hex Logo

#aa6440 Color Hex

#AA6440
(170,100,64)
0 Favorites   0 Comments

Color spaces of #aa6440

RGB 17010064
HSL0.060.450.46
HSV20°62°67°
CMYK 0.000.410.62   0.33
XYZ22.060118.03067.1680
Yxy18.03060.46680.3815
Hunter Lab42.462518.425119.7151
CIE-Lab49.533224.803732.2321

#aa6440 color RGB value is (170,100,64).

#aa6440 hex color red value is 170, green value is 100 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #aa6440 hue: 0.06 , saturation: 0.45 and the lightness value of aa6440 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100100 01000000
Octal 252 144 100
Decimal 170 100 64
Hex AA 64 40

RGB Percentages of Color #aa6440

%50.90
%29.94
%19.16

CMYK Percentages of Color #aa6440

%0
%41
%62
%33

Triadic Colors of #aa6440

#aa6440 #40aa64 #6440aa

Analogous Colors of #aa6440

#aa6440 #aa9940 #aa4051

Monochromatic Colors of #aa6440

#aa6440

Complementary Color

#aa6440 #4086aa

#aa6440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6440 Color CSS Codes

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

#aa6440 Text Font Color

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

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


#aa6440 Background Color

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

This div background color is #aa6440


#aa6440 Border Color

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

This div border color is #aa6440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6440


Comments

No comments written yet.

Please login to write comment.