Color Hex Logo

#aaa722 Color Hex

#AAA722
(170,167,34)
0 Favorites   0 Comments

Color spaces of #aaa722

RGB 17016734
HSL0.160.670.40
HSV59°80°67°
CMYK 0.000.020.80   0.33
XYZ30.685036.29906.9025
Yxy36.29900.41530.4913
Hunter Lab60.2487-14.524035.3814
CIE-Lab66.7478-13.667362.9220

#aaa722 color RGB value is (170,167,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10100111 00100010
Octal 252 247 42
Decimal 170 167 34
Hex AA A7 22

RGB Percentages of Color #aaa722

%45.82
%45.01
%9.16

CMYK Percentages of Color #aaa722

%0
%2
%80
%33

Triadic Colors of #aaa722

#aaa722 #22aaa7 #a722aa

Analogous Colors of #aaa722

#aaa722 #69aa22 #aa6322

Monochromatic Colors of #aaa722

#aaa722

Complementary Color

#aaa722 #2225aa

#aaa722 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa722 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa722 Color CSS Codes

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

#aaa722 Text Font Color

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

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


#aaa722 Background Color

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

This div background color is #aaa722


#aaa722 Border Color

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

This div border color is #aaa722


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa722


Comments

No comments written yet.

Please login to write comment.