Color Hex Logo

#aaa821 Color Hex

#AAA821
(170,168,33)
0 Favorites   0 Comments

Color spaces of #aaa821

RGB 17016833
HSL0.160.670.40
HSV59°81°67°
CMYK 0.000.010.81   0.33
XYZ30.854736.66116.8889
Yxy36.66110.41470.4927
Hunter Lab60.5484-14.998435.6382
CIE-Lab67.0220-14.218263.4472

#aaa821 color RGB value is (170,168,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101000 00100001
Octal 252 250 41
Decimal 170 168 33
Hex AA A8 21

RGB Percentages of Color #aaa821

%45.82
%45.28
%8.89

CMYK Percentages of Color #aaa821

%0
%1
%81
%33

Triadic Colors of #aaa821

#aaa821 #21aaa8 #a821aa

Analogous Colors of #aaa821

#aaa821 #68aa21 #aa6421

Monochromatic Colors of #aaa821

#aaa821

Complementary Color

#aaa821 #2123aa

#aaa821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaa821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaa821 Color CSS Codes

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

#aaa821 Text Font Color

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

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


#aaa821 Background Color

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

This div background color is #aaa821


#aaa821 Border Color

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

This div border color is #aaa821


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,168,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 #aaa821">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaa821


Comments

No comments written yet.

Please login to write comment.