Color Hex Logo

#aa6656 Color Hex

#AA6656
(170,102,86)
0 Favorites   0 Comments

Color spaces of #aa6656

RGB 17010286
HSL0.030.330.50
HSV11°49°67°
CMYK 0.000.400.49   0.33
XYZ23.008618.720711.2049
Yxy18.72070.43470.3537
Hunter Lab43.267419.204114.9330
CIE-Lab50.358825.587220.6888

#aa6656 color RGB value is (170,102,86).

#aa6656 hex color red value is 170, green value is 102 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #aa6656 hue: 0.03 , saturation: 0.33 and the lightness value of aa6656 is 0.50.

The process color (four color CMYK) of #aa6656 color hex is 0.00, 0.40, 0.49, 0.33. Web safe color of #aa6656 is #996666. Color #aa6656 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01100110 01010110
Octal 252 146 126
Decimal 170 102 86
Hex AA 66 56

RGB Percentages of Color #aa6656

%47.49
%28.49
%24.02

CMYK Percentages of Color #aa6656

%0
%40
%49
%33

Triadic Colors of #aa6656

#aa6656 #56aa66 #6656aa

Analogous Colors of #aa6656

#aa6656 #aa9056 #aa5670

Monochromatic Colors of #aa6656

#aa6656

Complementary Color

#aa6656 #569aaa

#aa6656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6656 Color CSS Codes

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

#aa6656 Text Font Color

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

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


#aa6656 Background Color

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

This div background color is #aa6656


#aa6656 Border Color

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

This div border color is #aa6656


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6656


Comments

No comments written yet.

Please login to write comment.