Color Hex Logo

#aa993f Color Hex

#AA993F
(170,153,63)
0 Favorites   0 Comments

Color spaces of #aa993f

RGB 17015363
HSL0.140.460.46
HSV50°63°67°
CMYK 0.000.100.63   0.33
XYZ28.866031.68749.2975
Yxy31.68740.41330.4536
Hunter Lab56.2916-6.976429.6114
CIE-Lab63.0837-4.790148.2804

#aa993f color RGB value is (170,153,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10011001 00111111
Octal 252 231 77
Decimal 170 153 63
Hex AA 99 3F

RGB Percentages of Color #aa993f

%44.04
%39.64
%16.32

CMYK Percentages of Color #aa993f

%0
%10
%63
%33

Triadic Colors of #aa993f

#aa993f #3faa99 #993faa

Analogous Colors of #aa993f

#aa993f #86aa3f #aa643f

Monochromatic Colors of #aa993f

#aa993f

Complementary Color

#aa993f #3f50aa

#aa993f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa993f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa993f Color CSS Codes

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

#aa993f Text Font Color

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

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


#aa993f Background Color

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

This div background color is #aa993f


#aa993f Border Color

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

This div border color is #aa993f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa993f


Comments

No comments written yet.

Please login to write comment.