Color Hex Logo

#aa6960 Color Hex

#AA6960
(170,105,96)
0 Favorites   0 Comments

Color spaces of #aa6960

RGB 17010596
HSL0.020.300.52
HSV44°67°
CMYK 0.000.380.44   0.33
XYZ23.740519.493713.5777
Yxy19.49370.41790.3431
Hunter Lab44.151718.714612.6731
CIE-Lab51.259924.973116.0454

#aa6960 color RGB value is (170,105,96).

#aa6960 hex color red value is 170, green value is 105 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #aa6960 hue: 0.02 , saturation: 0.30 and the lightness value of aa6960 is 0.52.

The process color (four color CMYK) of #aa6960 color hex is 0.00, 0.38, 0.44, 0.33. Web safe color of #aa6960 is #996666. Color #aa6960 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101001 01100000
Octal 252 151 140
Decimal 170 105 96
Hex AA 69 60

RGB Percentages of Color #aa6960

%45.82
%28.30
%25.88

CMYK Percentages of Color #aa6960

%0
%38
%44
%33

Triadic Colors of #aa6960

#aa6960 #60aa69 #6960aa

Analogous Colors of #aa6960

#aa6960 #aa8e60 #aa607c

Monochromatic Colors of #aa6960

#aa6960

Complementary Color

#aa6960 #60a1aa

#aa6960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6960 Color CSS Codes

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

#aa6960 Text Font Color

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

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


#aa6960 Background Color

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

This div background color is #aa6960


#aa6960 Border Color

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

This div border color is #aa6960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6960


Comments

No comments written yet.

Please login to write comment.