Color Hex Logo

#aa687d Color Hex

#AA687D
(170,104,125)
0 Favorites   0 Comments

Color spaces of #aa687d

RGB 170104125
HSL0.950.280.54
HSV341°39°67°
CMYK 0.000.390.26   0.33
XYZ25.229519.927321.9187
Yxy19.92730.37610.2971
Hunter Lab44.640022.76412.1360
CIE-Lab51.754929.2895-0.3957

#aa687d color RGB value is (170,104,125).

#aa687d hex color red value is 170, green value is 104 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #aa687d hue: 0.95 , saturation: 0.28 and the lightness value of aa687d is 0.54.

The process color (four color CMYK) of #aa687d color hex is 0.00, 0.39, 0.26, 0.33. Web safe color of #aa687d is #996666. Color #aa687d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101000 01111101
Octal 252 150 175
Decimal 170 104 125
Hex AA 68 7D

RGB Percentages of Color #aa687d

%42.61
%26.07
%31.33

CMYK Percentages of Color #aa687d

%0
%39
%26
%33

Triadic Colors of #aa687d

#aa687d #7daa68 #687daa

Analogous Colors of #aa687d

#aa687d #aa7468 #aa689e

Monochromatic Colors of #aa687d

#aa687d

Complementary Color

#aa687d #68aa95

#aa687d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa687d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa687d Color CSS Codes

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

#aa687d Text Font Color

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

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


#aa687d Background Color

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

This div background color is #aa687d


#aa687d Border Color

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

This div border color is #aa687d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa687d


Comments

No comments written yet.

Please login to write comment.