Color Hex Logo

#aa6931 Color Hex

#AA6931
(170,105,49)
0 Favorites   0 Comments

Color spaces of #aa6931

RGB 17010549
HSL0.080.550.43
HSV28°71°67°
CMYK 0.000.380.71   0.33
XYZ22.183518.87095.3790
Yxy18.87090.47770.4064
Hunter Lab43.440615.132123.0669
CIE-Lab50.535821.053941.3314

#aa6931 color RGB value is (170,105,49).

#aa6931 hex color red value is 170, green value is 105 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #aa6931 hue: 0.08 , saturation: 0.55 and the lightness value of aa6931 is 0.43.

The process color (four color CMYK) of #aa6931 color hex is 0.00, 0.38, 0.71, 0.33. Web safe color of #aa6931 is #996633. Color #aa6931 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 01101001 00110001
Octal 252 151 61
Decimal 170 105 49
Hex AA 69 31

RGB Percentages of Color #aa6931

%52.47
%32.41
%15.12

CMYK Percentages of Color #aa6931

%0
%38
%71
%33

Triadic Colors of #aa6931

#aa6931 #31aa69 #6931aa

Analogous Colors of #aa6931

#aa6931 #aaa631 #aa3136

Monochromatic Colors of #aa6931

#aa6931

Complementary Color

#aa6931 #3172aa

#aa6931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa6931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa6931 Color CSS Codes

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

#aa6931 Text Font Color

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

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


#aa6931 Background Color

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

This div background color is #aa6931


#aa6931 Border Color

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

This div border color is #aa6931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa6931

#aa6931 Color Palettes


Comments

No comments written yet.

Please login to write comment.