Color Hex Logo

#aa9961 Color Hex

#AA9961
(170,153,97)
0 Favorites   0 Comments

Color spaces of #aa9961

RGB 17015397
HSL0.130.300.52
HSV46°43°67°
CMYK 0.000.100.43   0.33
XYZ30.126532.191615.9350
Yxy32.19160.38500.4114
Hunter Lab56.7376-4.511123.0645
CIE-Lab63.5009-1.766131.6738

#aa9961 color RGB value is (170,153,97).

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

The process color (four color CMYK) of #aa9961 color hex is 0.00, 0.10, 0.43, 0.33. Web safe color of #aa9961 is #999966. Color #aa9961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011001 01100001
Octal 252 231 141
Decimal 170 153 97
Hex AA 99 61

RGB Percentages of Color #aa9961

%40.48
%36.43
%23.10

CMYK Percentages of Color #aa9961

%0
%10
%43
%33

Triadic Colors of #aa9961

#aa9961 #61aa99 #9961aa

Analogous Colors of #aa9961

#aa9961 #97aa61 #aa7561

Monochromatic Colors of #aa9961

#aa9961

Complementary Color

#aa9961 #6172aa

#aa9961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9961 Color CSS Codes

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

#aa9961 Text Font Color

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

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


#aa9961 Background Color

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

This div background color is #aa9961


#aa9961 Border Color

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

This div border color is #aa9961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9961


Comments

No comments written yet.

Please login to write comment.