Color Hex Logo

#aa503e Color Hex

#AA503E
(170,80,62)
0 Favorites   0 Comments

Color spaces of #aa503e

RGB 1708062
HSL0.030.470.45
HSV10°64°67°
CMYK 0.000.530.64   0.33
XYZ20.315714.63126.3108
Yxy14.63120.49240.3546
Hunter Lab38.250827.865916.9936
CIE-Lab45.124935.482527.9882

#aa503e color RGB value is (170,80,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010000 00111110
Octal 252 120 76
Decimal 170 80 62
Hex AA 50 3E

RGB Percentages of Color #aa503e

%54.49
%25.64
%19.87

CMYK Percentages of Color #aa503e

%0
%53
%64
%33

Triadic Colors of #aa503e

#aa503e #3eaa50 #503eaa

Analogous Colors of #aa503e

#aa503e #aa863e #aa3e62

Monochromatic Colors of #aa503e

#aa503e

Complementary Color

#aa503e #3e98aa

#aa503e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa503e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa503e Color CSS Codes

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

#aa503e Text Font Color

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

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


#aa503e Background Color

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

This div background color is #aa503e


#aa503e Border Color

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

This div border color is #aa503e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,80,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 #aa503e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa503e


Comments

No comments written yet.

Please login to write comment.