Color Hex Logo

#aaa649 Color Hex

#AAA649
(170,166,73)
0 Favorites   0 Comments

Color spaces of #aaa649

RGB 17016673
HSL0.160.400.48
HSV58°57°67°
CMYK 0.000.020.57   0.33
XYZ31.416436.299511.6540
Yxy36.29950.39580.4573
Hunter Lab60.2491-12.358530.7059
CIE-Lab66.7481-10.965147.7104

#aaa649 color RGB value is (170,166,73).

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

The process color (four color CMYK) of #aaa649 color hex is 0.00, 0.02, 0.57, 0.33. Web safe color of #aaa649 is #999933. Color #aaa649 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100110 01001001
Octal 252 246 111
Decimal 170 166 73
Hex AA A6 49

RGB Percentages of Color #aaa649

%41.56
%40.59
%17.85

CMYK Percentages of Color #aaa649

%0
%2
%57
%33

Triadic Colors of #aaa649

#aaa649 #49aaa6 #a649aa

Analogous Colors of #aaa649

#aaa649 #7eaa49 #aa7649

Monochromatic Colors of #aaa649

#aaa649

Complementary Color

#aaa649 #494daa

#aaa649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa649 Color CSS Codes

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

#aaa649 Text Font Color

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

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


#aaa649 Background Color

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

This div background color is #aaa649


#aaa649 Border Color

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

This div border color is #aaa649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa649


Comments

No comments written yet.

Please login to write comment.