Color Hex Logo

#aa996d Color Hex

#AA996D
(170,153,109)
0 Favorites   0 Comments

Color spaces of #aa996d

RGB 170153109
HSL0.120.260.55
HSV43°36°67°
CMYK 0.000.100.36   0.33
XYZ30.729132.432619.1085
Yxy32.43260.37350.3942
Hunter Lab56.9496-3.346119.9710
CIE-Lab63.6988-0.361125.4373

#aa996d color RGB value is (170,153,109).

#aa996d hex color red value is 170, green value is 153 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #aa996d hue: 0.12 , saturation: 0.26 and the lightness value of aa996d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011001 01101101
Octal 252 231 155
Decimal 170 153 109
Hex AA 99 6D

RGB Percentages of Color #aa996d

%39.35
%35.42
%25.23

CMYK Percentages of Color #aa996d

%0
%10
%36
%33

Triadic Colors of #aa996d

#aa996d #6daa99 #996daa

Analogous Colors of #aa996d

#aa996d #9daa6d #aa7b6d

Monochromatic Colors of #aa996d

#aa996d

Complementary Color

#aa996d #6d7eaa

#aa996d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa996d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa996d Color CSS Codes

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

#aa996d Text Font Color

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

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


#aa996d Background Color

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

This div background color is #aa996d


#aa996d Border Color

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

This div border color is #aa996d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa996d


Comments

No comments written yet.

Please login to write comment.