Color Hex Logo

#aa685c Color Hex

#AA685C
(170,104,92)
0 Favorites   0 Comments

Color spaces of #aa685c

RGB 17010492
HSL0.030.310.51
HSV46°67°
CMYK 0.000.390.46   0.33
XYZ23.459619.219412.5985
Yxy19.21940.42440.3477
Hunter Lab43.839918.798913.6495
CIE-Lab50.942925.092517.9611

#aa685c color RGB value is (170,104,92).

#aa685c hex color red value is 170, green value is 104 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #aa685c hue: 0.03 , saturation: 0.31 and the lightness value of aa685c is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101000 01011100
Octal 252 150 134
Decimal 170 104 92
Hex AA 68 5C

RGB Percentages of Color #aa685c

%46.45
%28.42
%25.14

CMYK Percentages of Color #aa685c

%0
%39
%46
%33

Triadic Colors of #aa685c

#aa685c #5caa68 #685caa

Analogous Colors of #aa685c

#aa685c #aa8f5c #aa5c77

Monochromatic Colors of #aa685c

#aa685c

Complementary Color

#aa685c #5c9eaa

#aa685c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa685c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa685c Color CSS Codes

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

#aa685c Text Font Color

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

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


#aa685c Background Color

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

This div background color is #aa685c


#aa685c Border Color

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

This div border color is #aa685c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa685c


Comments

No comments written yet.

Please login to write comment.