Color Hex Logo

#aa859b Color Hex

#AA859B
(170,133,155)
0 Favorites   0 Comments

Color spaces of #aa859b

RGB 170133155
HSL0.900.180.59
HSV324°22°67°
CMYK 0.000.220.09   0.33
XYZ30.881527.687734.7270
Yxy27.68770.33100.2968
Hunter Lab52.619112.6760-2.2962
CIE-Lab59.605517.8487-6.2923

#aa859b color RGB value is (170,133,155).

#aa859b hex color red value is 170, green value is 133 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #aa859b hue: 0.90 , saturation: 0.18 and the lightness value of aa859b is 0.59.

The process color (four color CMYK) of #aa859b color hex is 0.00, 0.22, 0.09, 0.33. Web safe color of #aa859b is #999999. Color #aa859b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10000101 10011011
Octal 252 205 233
Decimal 170 133 155
Hex AA 85 9B

RGB Percentages of Color #aa859b

%37.12
%29.04
%33.84

CMYK Percentages of Color #aa859b

%0
%22
%9
%33

Triadic Colors of #aa859b

#aa859b #9baa85 #859baa

Analogous Colors of #aa859b

#aa859b #aa8589 #a785aa

Monochromatic Colors of #aa859b

#aa859b

Complementary Color

#aa859b #85aa94

#aa859b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa859b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa859b Color CSS Codes

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

#aa859b Text Font Color

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

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


#aa859b Background Color

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

This div background color is #aa859b


#aa859b Border Color

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

This div border color is #aa859b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa859b


Comments

No comments written yet.

Please login to write comment.