Color Hex Logo

#aa658b Color Hex

#AA658B
(170,101,139)
0 Favorites   0 Comments

Color spaces of #aa658b

RGB 170101139
HSL0.910.290.53
HSV327°41°67°
CMYK 0.000.410.18   0.33
XYZ25.891419.717526.8673
Yxy19.71750.35720.2721
Hunter Lab44.404426.3724-4.7909
CIE-Lab51.516333.1039-9.0370

#aa658b color RGB value is (170,101,139).

#aa658b hex color red value is 170, green value is 101 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #aa658b hue: 0.91 , saturation: 0.29 and the lightness value of aa658b is 0.53.

The process color (four color CMYK) of #aa658b color hex is 0.00, 0.41, 0.18, 0.33. Web safe color of #aa658b is #996699. Color #aa658b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100101 10001011
Octal 252 145 213
Decimal 170 101 139
Hex AA 65 8B

RGB Percentages of Color #aa658b

%41.46
%24.63
%33.90

CMYK Percentages of Color #aa658b

%0
%41
%18
%33

Triadic Colors of #aa658b

#aa658b #8baa65 #658baa

Analogous Colors of #aa658b

#aa658b #aa6569 #a765aa

Monochromatic Colors of #aa658b

#aa658b

Complementary Color

#aa658b #65aa84

#aa658b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa658b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa658b Color CSS Codes

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

#aa658b Text Font Color

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

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


#aa658b Background Color

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

This div background color is #aa658b


#aa658b Border Color

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

This div border color is #aa658b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa658b


Comments

No comments written yet.

Please login to write comment.