#AAA720

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

Shades of Lucky #AAA720

Tints of Lucky #AAA720

Color information

#AAA720 (or 0xAAA720) is unknown color: approx Lucky. HEX triplet: AA, A7 and 20. RGB value is (170,167,32). Sum of RGB (Red+Green+Blue) = 170+167+32=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 167 (65.62% from 255 or 45.26% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA720 is #5558DF. Grayscale: #999999. Windows color (decimal): -5593312 or 2140074. OLE color: 2140074.

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

Color convert

RGB17016732-
CMYK00.020.810.33
HSL58.7º68.32%39.61%-
HSV(B)58.7º81.18%66.67%-
XYZ30.6636.296.75-
YUV152.5159.99140.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 167 (65.62% from 255) = 45.26%
BLUE value IS 32 (12.89% from 255) = 8.67%
R=46.07%
G=45.26%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701673200.020.810.3358.768.3239.61
HexAAA7200251213b4428
Octal2522474002121417310450
Binary101010101010011110000001010100011000011110111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA720; }

 p { color: rgb(170,167,32); }

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

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

 a { background-color: rgb(170,167,32); }

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

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

 span { border-color: rgb(170,167,32); }

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