Color Hex Logo

#aa5646 Color Hex

#AA5646
(170,86,70)
0 Favorites   0 Comments

Color spaces of #aa5646

RGB 1708670
HSL0.030.420.47
HSV10°59°67°
CMYK 0.000.490.59   0.33
XYZ21.010815.64387.7065
Yxy15.64380.47360.3526
Hunter Lab39.552225.605716.1343
CIE-Lab46.503732.910825.0350

#aa5646 color RGB value is (170,86,70).

#aa5646 hex color red value is 170, green value is 86 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #aa5646 hue: 0.03 , saturation: 0.42 and the lightness value of aa5646 is 0.47.

The process color (four color CMYK) of #aa5646 color hex is 0.00, 0.49, 0.59, 0.33. Web safe color of #aa5646 is #996633. Color #aa5646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010110 01000110
Octal 252 126 106
Decimal 170 86 70
Hex AA 56 46

RGB Percentages of Color #aa5646

%52.15
%26.38
%21.47

CMYK Percentages of Color #aa5646

%0
%49
%59
%33

Triadic Colors of #aa5646

#aa5646 #46aa56 #5646aa

Analogous Colors of #aa5646

#aa5646 #aa8846 #aa4668

Monochromatic Colors of #aa5646

#aa5646

Complementary Color

#aa5646 #469aaa

#aa5646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa5646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa5646 Color CSS Codes

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

#aa5646 Text Font Color

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

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


#aa5646 Background Color

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

This div background color is #aa5646


#aa5646 Border Color

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

This div border color is #aa5646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa5646


Comments

No comments written yet.

Please login to write comment.