Color Hex Logo

#aa9100 Color Hex

#AA9100
(170,145,0)
0 Favorites   0 Comments

Color spaces of #aa9100

RGB 1701450
HSL0.141.000.33
HSV51°100°67°
CMYK 0.000.151.00   0.33
XYZ26.703028.79684.1510
Yxy28.79680.44770.4828
Hunter Lab53.6626-5.086532.9776
CIE-Lab60.6019-2.706264.7599

#aa9100 color RGB value is (170,145,0).

#aa9100 hex color red value is 170, green value is 145 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #aa9100 hue: 0.14 , saturation: 1.00 and the lightness value of aa9100 is 0.33.

The process color (four color CMYK) of #aa9100 color hex is 0.00, 0.15, 1.00, 0.33. Web safe color of #aa9100 is #999900. Color #aa9100 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010001 00000000
Octal 252 221 0
Decimal 170 145 0
Hex AA 91 0

RGB Percentages of Color #aa9100

%53.97
%46.03
%0.00

CMYK Percentages of Color #aa9100

%0
%15
%100
%33

Triadic Colors of #aa9100

#aa9100 #00aa91 #9100aa

Analogous Colors of #aa9100

#aa9100 #6eaa00 #aa3c00

Monochromatic Colors of #aa9100

#aa9100

Complementary Color

#aa9100 #0019aa

#aa9100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa9100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa9100 Color CSS Codes

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

#aa9100 Text Font Color

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

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


#aa9100 Background Color

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

This div background color is #aa9100


#aa9100 Border Color

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

This div border color is #aa9100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa9100


Comments

No comments written yet.

Please login to write comment.