Color Hex Logo

#aa535e Color Hex

#AA535E
(170,83,94)
0 Favorites   0 Comments

Color spaces of #aa535e

RGB 1708394
HSL0.980.340.50
HSV352°51°67°
CMYK 0.000.510.45   0.33
XYZ21.691215.540712.4461
Yxy15.54070.43660.3128
Hunter Lab39.421729.22908.8763
CIE-Lab46.366036.732810.4645

#aa535e color RGB value is (170,83,94).

#aa535e hex color red value is 170, green value is 83 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aa535e hue: 0.98 , saturation: 0.34 and the lightness value of aa535e is 0.50.

The process color (four color CMYK) of #aa535e color hex is 0.00, 0.51, 0.45, 0.33. Web safe color of #aa535e is #996666. Color #aa535e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010011 01011110
Octal 252 123 136
Decimal 170 83 94
Hex AA 53 5E

RGB Percentages of Color #aa535e

%48.99
%23.92
%27.09

CMYK Percentages of Color #aa535e

%0
%51
%45
%33

Triadic Colors of #aa535e

#aa535e #5eaa53 #535eaa

Analogous Colors of #aa535e

#aa535e #aa7453 #aa538a

Monochromatic Colors of #aa535e

#aa535e

Complementary Color

#aa535e #53aa9f

#aa535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa535e Color CSS Codes

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

#aa535e Text Font Color

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

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


#aa535e Background Color

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

This div background color is #aa535e


#aa535e Border Color

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

This div border color is #aa535e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa535e


Comments

No comments written yet.

Please login to write comment.