Color Hex Logo

#aa6742 Color Hex

#AA6742
(170,103,66)
0 Favorites   0 Comments

Color spaces of #aa6742

RGB 17010366
HSL0.060.440.46
HSV21°61°67°
CMYK 0.000.390.61   0.33
XYZ22.411218.63997.5709
Yxy18.63990.46090.3834
Hunter Lab43.174017.103319.8248
CIE-Lab50.263223.278732.0052

#aa6742 color RGB value is (170,103,66).

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

The process color (four color CMYK) of #aa6742 color hex is 0.00, 0.39, 0.61, 0.33. Web safe color of #aa6742 is #996633. Color #aa6742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100111 01000010
Octal 252 147 102
Decimal 170 103 66
Hex AA 67 42

RGB Percentages of Color #aa6742

%50.15
%30.38
%19.47

CMYK Percentages of Color #aa6742

%0
%39
%61
%33

Triadic Colors of #aa6742

#aa6742 #42aa67 #6742aa

Analogous Colors of #aa6742

#aa6742 #aa9b42 #aa4251

Monochromatic Colors of #aa6742

#aa6742

Complementary Color

#aa6742 #4285aa

#aa6742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6742 Color CSS Codes

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

#aa6742 Text Font Color

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

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


#aa6742 Background Color

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

This div background color is #aa6742


#aa6742 Border Color

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

This div border color is #aa6742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6742


Comments

No comments written yet.

Please login to write comment.