Color Hex Logo

#aaa611 Color Hex

#AAA611
(170,166,17)
0 Favorites   0 Comments

Color spaces of #aaa611

RGB 17016617
HSL0.160.820.37
HSV58°90°67°
CMYK 0.000.020.90   0.33
XYZ30.315035.85905.8540
Yxy35.85900.42090.4978
Hunter Lab59.8824-14.429936.1216
CIE-Lab66.4120-13.604566.6047

#aaa611 color RGB value is (170,166,17).

#aaa611 hex color red value is 170, green value is 166 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #aaa611 hue: 0.16 , saturation: 0.82 and the lightness value of aaa611 is 0.37.

The process color (four color CMYK) of #aaa611 color hex is 0.00, 0.02, 0.90, 0.33. Web safe color of #aaa611 is #999900. Color #aaa611 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 00010001
Octal 252 246 21
Decimal 170 166 17
Hex AA A6 11

RGB Percentages of Color #aaa611

%48.16
%47.03
%4.82

CMYK Percentages of Color #aaa611

%0
%2
%90
%33

Triadic Colors of #aaa611

#aaa611 #11aaa6 #a611aa

Analogous Colors of #aaa611

#aaa611 #62aa11 #aa5a11

Monochromatic Colors of #aaa611

#aaa611

Complementary Color

#aaa611 #1115aa

#aaa611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa611 Color CSS Codes

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

#aaa611 Text Font Color

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

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


#aaa611 Background Color

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

This div background color is #aaa611


#aaa611 Border Color

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

This div border color is #aaa611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa611


Comments

No comments written yet.

Please login to write comment.