Color Hex Logo

#aaa613 Color Hex

#AAA613
(170,166,19)
0 Favorites   0 Comments

Color spaces of #aaa613

RGB 17016619
HSL0.160.800.37
HSV58°89°67°
CMYK 0.000.020.89   0.33
XYZ30.331335.86555.9402
Yxy35.86550.42050.4972
Hunter Lab59.8878-14.399036.0406
CIE-Lab66.4170-13.564866.2446

#aaa613 color RGB value is (170,166,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 00010011
Octal 252 246 23
Decimal 170 166 19
Hex AA A6 13

RGB Percentages of Color #aaa613

%47.89
%46.76
%5.35

CMYK Percentages of Color #aaa613

%0
%2
%89
%33

Triadic Colors of #aaa613

#aaa613 #13aaa6 #a613aa

Analogous Colors of #aaa613

#aaa613 #63aa13 #aa5a13

Monochromatic Colors of #aaa613

#aaa613

Complementary Color

#aaa613 #1317aa

#aaa613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa613 Color CSS Codes

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

#aaa613 Text Font Color

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

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


#aaa613 Background Color

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

This div background color is #aaa613


#aaa613 Border Color

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

This div border color is #aaa613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa613


Comments

No comments written yet.

Please login to write comment.