Color Hex Logo

#aaa301 Color Hex

#AAA301
(170,163,1)
0 Favorites   0 Comments

Color spaces of #aaa301

RGB 1701631
HSL0.160.990.34
HSV58°99°67°
CMYK 0.000.040.99   0.33
XYZ29.680234.74265.1704
Yxy34.74260.42650.4992
Hunter Lab58.9429-13.267836.0591
CIE-Lab65.5478-12.280668.1752

#aaa301 color RGB value is (170,163,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100011 00000001
Octal 252 243 1
Decimal 170 163 1
Hex AA A3 1

RGB Percentages of Color #aaa301

%50.90
%48.80
%0.30

CMYK Percentages of Color #aaa301

%0
%4
%99
%33

Triadic Colors of #aaa301

#aaa301 #01aaa3 #a301aa

Analogous Colors of #aaa301

#aaa301 #5daa01 #aa4f01

Monochromatic Colors of #aaa301

#aaa301

Complementary Color

#aaa301 #0108aa

#aaa301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa301 Color CSS Codes

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

#aaa301 Text Font Color

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

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


#aaa301 Background Color

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

This div background color is #aaa301


#aaa301 Border Color

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

This div border color is #aaa301


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,163,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 #aaa301">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa301


Comments

No comments written yet.

Please login to write comment.