#AAA717

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

Shades of Lucky #AAA717

Tints of Lucky #AAA717

Color information

#AAA717 (or 0xAAA717) is unknown color: approx Lucky. HEX triplet: AA, A7 and 17. RGB value is (170,167,23). Sum of RGB (Red+Green+Blue) = 170+167+23=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 167 (65.62% from 255 or 46.39% from 360); Blue value is 23 (9.38% from 255 or 6.39% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA717 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA717 is #5558E8. Grayscale: #989898. Windows color (decimal): -5593321 or 1550250. OLE color: 1550250.

HSL color Cylindrical-coordinate representation of color #AAA717: hue angle of 58.78º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAA717 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB17016723-
CMYK00.020.860.33
HSL58.78º76.17%37.84%-
HSV(B)58.78º86.47%66.67%-
XYZ30.5536.256.2-
YUV151.4855.49141.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 167 (65.62% from 255) = 46.39%
BLUE value IS 23 (9.38% from 255) = 6.39%
R=47.22%
G=46.39%
B=6.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701672300.020.860.3358.7876.1737.84
HexAAA7170256213b4c26
Octal2522472702126417311446
Binary10101010101001111011101010101101000011110111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA717; }

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

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

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

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

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

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

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

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