Color Hex Logo

#aa554e Color Hex

#AA554E
(170,85,78)
0 Favorites   0 Comments

Color spaces of #aa554e

RGB 1708578
HSL0.010.370.49
HSV54°67°
CMYK 0.000.500.54   0.33
XYZ21.201215.59319.1001
Yxy15.59310.46200.3398
Hunter Lab39.488126.732713.9782
CIE-Lab46.436134.112720.2053

#aa554e color RGB value is (170,85,78).

#aa554e hex color red value is 170, green value is 85 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aa554e hue: 0.01 , saturation: 0.37 and the lightness value of aa554e is 0.49.

The process color (four color CMYK) of #aa554e color hex is 0.00, 0.50, 0.54, 0.33. Web safe color of #aa554e is #996666. Color #aa554e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01010101 01001110
Octal 252 125 116
Decimal 170 85 78
Hex AA 55 4E

RGB Percentages of Color #aa554e

%51.05
%25.53
%23.42

CMYK Percentages of Color #aa554e

%0
%50
%54
%33

Triadic Colors of #aa554e

#aa554e #4eaa55 #554eaa

Analogous Colors of #aa554e

#aa554e #aa834e #aa4e75

Monochromatic Colors of #aa554e

#aa554e

Complementary Color

#aa554e #4ea3aa

#aa554e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa554e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa554e Color CSS Codes

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

#aa554e Text Font Color

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

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


#aa554e Background Color

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

This div background color is #aa554e


#aa554e Border Color

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

This div border color is #aa554e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa554e


Comments

No comments written yet.

Please login to write comment.