Color Hex Logo

#aa485b Color Hex

#AA485B
(170,72,91)
0 Favorites   0 Comments

Color spaces of #aa485b

RGB 1707291
HSL0.970.400.47
HSV348°58°67°
CMYK 0.000.580.46   0.33
XYZ20.783313.936111.4921
Yxy13.93610.44970.3016
Hunter Lab37.331134.04677.8798
CIE-Lab44.141241.99899.1747

#aa485b color RGB value is (170,72,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01001000 01011011
Octal 252 110 133
Decimal 170 72 91
Hex AA 48 5B

RGB Percentages of Color #aa485b

%51.05
%21.62
%27.33

CMYK Percentages of Color #aa485b

%0
%58
%46
%33

Triadic Colors of #aa485b

#aa485b #5baa48 #485baa

Analogous Colors of #aa485b

#aa485b #aa6648 #aa488c

Monochromatic Colors of #aa485b

#aa485b

Complementary Color

#aa485b #48aa97

#aa485b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa485b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa485b Color CSS Codes

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

#aa485b Text Font Color

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

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


#aa485b Background Color

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

This div background color is #aa485b


#aa485b Border Color

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

This div border color is #aa485b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa485b


Comments

No comments written yet.

Please login to write comment.