Color Hex Logo

#aa485d Color Hex

#AA485D
(170,72,93)
0 Favorites   0 Comments

Color spaces of #aa485d

RGB 1707293
HSL0.960.400.47
HSV347°58°67°
CMYK 0.000.580.45   0.33
XYZ20.870713.971111.9526
Yxy13.97110.44600.2986
Hunter Lab37.377934.25767.2050
CIE-Lab44.191542.20378.0154

#aa485d color RGB value is (170,72,93).

#aa485d hex color red value is 170, green value is 72 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #aa485d hue: 0.96 , saturation: 0.40 and the lightness value of aa485d is 0.47.

The process color (four color CMYK) of #aa485d color hex is 0.00, 0.58, 0.45, 0.33. Web safe color of #aa485d is #993366. Color #aa485d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001000 01011101
Octal 252 110 135
Decimal 170 72 93
Hex AA 48 5D

RGB Percentages of Color #aa485d

%50.75
%21.49
%27.76

CMYK Percentages of Color #aa485d

%0
%58
%45
%33

Triadic Colors of #aa485d

#aa485d #5daa48 #485daa

Analogous Colors of #aa485d

#aa485d #aa6448 #aa488e

Monochromatic Colors of #aa485d

#aa485d

Complementary Color

#aa485d #48aa95

#aa485d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa485d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa485d Color CSS Codes

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

#aa485d Text Font Color

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

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


#aa485d Background Color

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

This div background color is #aa485d


#aa485d Border Color

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

This div border color is #aa485d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa485d


Comments

No comments written yet.

Please login to write comment.