Color Hex Logo

#aa901f Color Hex

#AA901F
(170,144,31)
0 Favorites   0 Comments

Color spaces of #aa901f

RGB 17014431
HSL0.140.690.39
HSV49°82°67°
CMYK 0.000.150.82   0.33
XYZ26.798128.59155.4026
Yxy28.59150.44080.4703
Hunter Lab53.4710-4.115331.4392
CIE-Lab60.4194-1.531458.2649

#aa901f color RGB value is (170,144,31).

#aa901f hex color red value is 170, green value is 144 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #aa901f hue: 0.14 , saturation: 0.69 and the lightness value of aa901f is 0.39.

The process color (four color CMYK) of #aa901f color hex is 0.00, 0.15, 0.82, 0.33. Web safe color of #aa901f is #999933. Color #aa901f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10010000 00011111
Octal 252 220 37
Decimal 170 144 31
Hex AA 90 1F

RGB Percentages of Color #aa901f

%49.28
%41.74
%8.99

CMYK Percentages of Color #aa901f

%0
%15
%82
%33

Triadic Colors of #aa901f

#aa901f #1faa90 #901faa

Analogous Colors of #aa901f

#aa901f #7faa1f #aa4b1f

Monochromatic Colors of #aa901f

#aa901f

Complementary Color

#aa901f #1f39aa

#aa901f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa901f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa901f Color CSS Codes

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

#aa901f Text Font Color

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

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


#aa901f Background Color

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

This div background color is #aa901f


#aa901f Border Color

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

This div border color is #aa901f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa901f


Comments

No comments written yet.

Please login to write comment.