Color Hex Logo

#aaa64f Color Hex

#AAA64F
(170,166,79)
0 Favorites   0 Comments

Color spaces of #aaa64f

RGB 17016679
HSL0.160.370.49
HSV57°54°67°
CMYK 0.000.020.54   0.33
XYZ31.625136.383012.7529
Yxy36.38300.39160.4505
Hunter Lab60.3183-11.968929.6873
CIE-Lab66.8115-10.474544.9243

#aaa64f color RGB value is (170,166,79).

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

The process color (four color CMYK) of #aaa64f color hex is 0.00, 0.02, 0.54, 0.33. Web safe color of #aaa64f is #999966. Color #aaa64f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 01001111
Octal 252 246 117
Decimal 170 166 79
Hex AA A6 4F

RGB Percentages of Color #aaa64f

%40.96
%40.00
%19.04

CMYK Percentages of Color #aaa64f

%0
%2
%54
%33

Triadic Colors of #aaa64f

#aaa64f #4faaa6 #a64faa

Analogous Colors of #aaa64f

#aaa64f #81aa4f #aa794f

Monochromatic Colors of #aaa64f

#aaa64f

Complementary Color

#aaa64f #4f53aa

#aaa64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa64f Color CSS Codes

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

#aaa64f Text Font Color

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

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


#aaa64f Background Color

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

This div background color is #aaa64f


#aaa64f Border Color

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

This div border color is #aaa64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa64f


Comments

No comments written yet.

Please login to write comment.