Color Hex Logo

#aa708b Color Hex

#AA708B
(170,112,139)
0 Favorites   0 Comments

Color spaces of #aa708b

RGB 170112139
HSL0.920.250.55
HSV332°34°67°
CMYK 0.000.340.18   0.33
XYZ27.031921.998527.2475
Yxy21.99850.35440.2884
Hunter Lab46.902620.7975-1.6121
CIE-Lab54.025426.9796-5.2999

#aa708b color RGB value is (170,112,139).

#aa708b hex color red value is 170, green value is 112 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #aa708b hue: 0.92 , saturation: 0.25 and the lightness value of aa708b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01110000 10001011
Octal 252 160 213
Decimal 170 112 139
Hex AA 70 8B

RGB Percentages of Color #aa708b

%40.38
%26.60
%33.02

CMYK Percentages of Color #aa708b

%0
%34
%18
%33

Triadic Colors of #aa708b

#aa708b #8baa70 #708baa

Analogous Colors of #aa708b

#aa708b #aa7270 #aa70a8

Monochromatic Colors of #aa708b

#aa708b

Complementary Color

#aa708b #70aa8f

#aa708b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa708b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa708b Color CSS Codes

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

#aa708b Text Font Color

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

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


#aa708b Background Color

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

This div background color is #aa708b


#aa708b Border Color

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

This div border color is #aa708b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,112,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 #aa708b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa708b


Comments

No comments written yet.

Please login to write comment.