Color Hex Logo

#aa685b Color Hex

#AA685B
(170,104,91)
0 Favorites   0 Comments

Color spaces of #aa685b

RGB 17010491
HSL0.030.320.51
HSV10°46°67°
CMYK 0.000.390.46   0.33
XYZ23.416219.202012.3697
Yxy19.20200.42580.3492
Hunter Lab43.820118.700113.9375
CIE-Lab50.922724.986018.5198

#aa685b color RGB value is (170,104,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101000 01011011
Octal 252 150 133
Decimal 170 104 91
Hex AA 68 5B

RGB Percentages of Color #aa685b

%46.58
%28.49
%24.93

CMYK Percentages of Color #aa685b

%0
%39
%46
%33

Triadic Colors of #aa685b

#aa685b #5baa68 #685baa

Analogous Colors of #aa685b

#aa685b #aa905b #aa5b76

Monochromatic Colors of #aa685b

#aa685b

Complementary Color

#aa685b #5b9daa

#aa685b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa685b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa685b Color CSS Codes

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

#aa685b Text Font Color

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

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


#aa685b Background Color

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

This div background color is #aa685b


#aa685b Border Color

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

This div border color is #aa685b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa685b


Comments

No comments written yet.

Please login to write comment.