Color Hex Logo

#aaa721 Color Hex

#AAA721
(170,167,33)
0 Favorites   0 Comments

Color spaces of #aaa721

RGB 17016733
HSL0.160.670.40
HSV59°81°67°
CMYK 0.000.020.81   0.33
XYZ30.670836.29336.8276
Yxy36.29330.41560.4918
Hunter Lab60.2439-14.550735.4513
CIE-Lab66.7434-13.701663.2040

#aaa721 color RGB value is (170,167,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 00100001
Octal 252 247 41
Decimal 170 167 33
Hex AA A7 21

RGB Percentages of Color #aaa721

%45.95
%45.14
%8.92

CMYK Percentages of Color #aaa721

%0
%2
%81
%33

Triadic Colors of #aaa721

#aaa721 #21aaa7 #a721aa

Analogous Colors of #aaa721

#aaa721 #69aa21 #aa6321

Monochromatic Colors of #aaa721

#aaa721

Complementary Color

#aaa721 #2124aa

#aaa721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa721 Color CSS Codes

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

#aaa721 Text Font Color

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

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


#aaa721 Background Color

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

This div background color is #aaa721


#aaa721 Border Color

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

This div border color is #aaa721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa721


Comments

No comments written yet.

Please login to write comment.