#AAA221

Color #AAA221 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #AAA221

Tints of Lucky #AAA221

Color information

#AAA221 (or 0xAAA221) is unknown color: approx Lucky. HEX triplet: AA, A2 and 21. RGB value is (170,162,33). Sum of RGB (Red+Green+Blue) = 170+162+33=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA221 is #555DDE. Grayscale: #969696. Windows color (decimal): -5594591 or 2204330. OLE color: 2204330.

HSL color Cylindrical-coordinate representation of color #AAA221: hue angle of 56.5º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAA221 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB17016233-
CMYK00.050.810.33
HSL56.5º67.49%39.8%-
HSV(B)56.5º80.59%66.67%-
XYZ29.7734.56.53-
YUV149.6962.15142.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 162 (63.67% from 255) = 44.38%
BLUE value IS 33 (13.28% from 255) = 9.04%
R=46.58%
G=44.38%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701623300.050.810.3356.567.4939.8
HexAAA221055121384328
Octal2522424105121417010350
Binary1010101010100010100001010110100011000011110001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA221; }

 p { color: rgb(170,162,33); }

 H1.HeaderClassName
 {
   color: #AAA221;
 }
 .AnyTagClassName
 {
   color: #AAA221;
 }
</style>
background-color css

<style>
 a { background-color: #AAA221; }

 a { background-color: rgb(170,162,33); }

 div.DivClassName
 {
   background-color: #AAA221;
 }
 .BgClassName
 {
   background-color: #AAA221;
 }
</style>
border-color css

<style>
 span { border-color: #AAA221; }

 span { border-color: rgb(170,162,33); }

 td.TdClassName
 {
   border-color: #AAA221;
 }
 .TagClassName
 {
   border-color: #AAA221;
 }
</style>