Color Hex Logo

#aa8901 Color Hex

#AA8901
(170,137,1)
0 Favorites   0 Comments

Color spaces of #aa8901

RGB 1701371
HSL0.130.990.34
HSV48°99°67°
CMYK 0.000.190.99   0.33
XYZ25.528726.43963.7866
Yxy26.43960.45790.4742
Hunter Lab51.4195-1.362531.6274
CIE-Lab58.45201.688163.0835

#aa8901 color RGB value is (170,137,1).

#aa8901 hex color red value is 170, green value is 137 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #aa8901 hue: 0.13 , saturation: 0.99 and the lightness value of aa8901 is 0.34.

The process color (four color CMYK) of #aa8901 color hex is 0.00, 0.19, 0.99, 0.33. Web safe color of #aa8901 is #999900. Color #aa8901 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10001001 00000001
Octal 252 211 1
Decimal 170 137 1
Hex AA 89 1

RGB Percentages of Color #aa8901

%55.19
%44.48
%0.32

CMYK Percentages of Color #aa8901

%0
%19
%99
%33

Triadic Colors of #aa8901

#aa8901 #01aa89 #8901aa

Analogous Colors of #aa8901

#aa8901 #77aa01 #aa3501

Monochromatic Colors of #aa8901

#aa8901

Complementary Color

#aa8901 #0122aa

#aa8901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa8901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa8901 Color CSS Codes

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

#aa8901 Text Font Color

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

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


#aa8901 Background Color

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

This div background color is #aa8901


#aa8901 Border Color

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

This div border color is #aa8901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa8901


Comments

No comments written yet.

Please login to write comment.