Color Hex Logo

#aa603e Color Hex

#AA603E
(170,96,62)
0 Favorites   0 Comments

Color spaces of #aa603e

RGB 1709662
HSL0.050.470.45
HSV19°64°67°
CMYK 0.000.440.64   0.33
XYZ21.629917.25966.7488
Yxy17.25960.47390.3782
Hunter Lab41.544720.231419.4498
CIE-Lab48.585526.878232.2041

#aa603e color RGB value is (170,96,62).

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

The process color (four color CMYK) of #aa603e color hex is 0.00, 0.44, 0.64, 0.33. Web safe color of #aa603e is #996633. Color #aa603e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100000 00111110
Octal 252 140 76
Decimal 170 96 62
Hex AA 60 3E

RGB Percentages of Color #aa603e

%51.83
%29.27
%18.90

CMYK Percentages of Color #aa603e

%0
%44
%64
%33

Triadic Colors of #aa603e

#aa603e #3eaa60 #603eaa

Analogous Colors of #aa603e

#aa603e #aa963e #aa3e52

Monochromatic Colors of #aa603e

#aa603e

Complementary Color

#aa603e #3e88aa

#aa603e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa603e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa603e Color CSS Codes

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

#aa603e Text Font Color

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

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


#aa603e Background Color

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

This div background color is #aa603e


#aa603e Border Color

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

This div border color is #aa603e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa603e


Comments

No comments written yet.

Please login to write comment.