#AAA021

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

Shades of Lucky #AAA021

Tints of Lucky #AAA021

Color information

#AAA021 (or 0xAAA021) is unknown color: approx Lucky. HEX triplet: AA, A0 and 21. RGB value is (170,160,33). Sum of RGB (Red+Green+Blue) = 170+160+33=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA021 is #555FDE. Grayscale: #959595. Windows color (decimal): -5595103 or 2203818. OLE color: 2203818.

HSL color Cylindrical-coordinate representation of color #AAA021: hue angle of 55.62º 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 #AAA021 is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB17016033-
CMYK00.060.810.33
HSL55.62º67.49%39.8%-
HSV(B)55.62º80.59%66.67%-
XYZ29.4233.86.41-
YUV148.5162.81143.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.83%
GREEN value IS 160 (62.89% from 255) = 44.08%
BLUE value IS 33 (13.28% from 255) = 9.09%
R=46.83%
G=44.08%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701603300.060.810.3355.6267.4939.8
HexAAA021065121384328
Octal2522404106121417010350
Binary1010101010100000100001011010100011000011110001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA021; }

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

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

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

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

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

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

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

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