Color Hex Logo

#aa993d Color Hex

#AA993D
(170,153,61)
0 Favorites   0 Comments

Color spaces of #aa993d

RGB 17015361
HSL0.140.470.45
HSV51°64°67°
CMYK 0.000.100.64   0.33
XYZ28.811131.66549.0084
Yxy31.66540.41460.4557
Hunter Lab56.2720-7.084629.8989
CIE-Lab63.0654-4.924449.1713

#aa993d color RGB value is (170,153,61).

#aa993d hex color red value is 170, green value is 153 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #aa993d hue: 0.14 , saturation: 0.47 and the lightness value of aa993d is 0.45.

The process color (four color CMYK) of #aa993d color hex is 0.00, 0.10, 0.64, 0.33. Web safe color of #aa993d is #999933. Color #aa993d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011001 00111101
Octal 252 231 75
Decimal 170 153 61
Hex AA 99 3D

RGB Percentages of Color #aa993d

%44.27
%39.84
%15.89

CMYK Percentages of Color #aa993d

%0
%10
%64
%33

Triadic Colors of #aa993d

#aa993d #3daa99 #993daa

Analogous Colors of #aa993d

#aa993d #85aa3d #aa633d

Monochromatic Colors of #aa993d

#aa993d

Complementary Color

#aa993d #3d4eaa

#aa993d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa993d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa993d Color CSS Codes

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

#aa993d Text Font Color

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

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


#aa993d Background Color

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

This div background color is #aa993d


#aa993d Border Color

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

This div border color is #aa993d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa993d


Comments

No comments written yet.

Please login to write comment.