Color Hex Logo

#aa685a Color Hex

#AA685A
(170,104,90)
0 Favorites   0 Comments

Color spaces of #aa685a

RGB 17010490
HSL0.030.320.51
HSV11°47°67°
CMYK 0.000.390.47   0.33
XYZ23.373319.184912.1440
Yxy19.18490.42730.3507
Hunter Lab43.800618.602014.2219
CIE-Lab50.902824.880119.0783

#aa685a color RGB value is (170,104,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101000 01011010
Octal 252 150 132
Decimal 170 104 90
Hex AA 68 5A

RGB Percentages of Color #aa685a

%46.70
%28.57
%24.73

CMYK Percentages of Color #aa685a

%0
%39
%47
%33

Triadic Colors of #aa685a

#aa685a #5aaa68 #685aaa

Analogous Colors of #aa685a

#aa685a #aa905a #aa5a74

Monochromatic Colors of #aa685a

#aa685a

Complementary Color

#aa685a #5a9caa

#aa685a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa685a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa685a Color CSS Codes

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

#aa685a Text Font Color

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

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


#aa685a Background Color

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

This div background color is #aa685a


#aa685a Border Color

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

This div border color is #aa685a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa685a


Comments

No comments written yet.

Please login to write comment.