#AA9017

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

Shades of Lucky #AA9017

Tints of Lucky #AA9017

Color information

#AA9017 (or 0xAA9017) is unknown color: approx Lucky. HEX triplet: AA, 90 and 17. RGB value is (170,144,23). Sum of RGB (Red+Green+Blue) = 170+144+23=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9017 is #556FE8. Grayscale: #8A8A8A. Windows color (decimal): -5599209 or 1544362. OLE color: 1544362.

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

Color convert

RGB17014423-
CMYK00.150.860.33
HSL49.39º76.17%37.84%-
HSV(B)49.39º86.47%66.67%-
XYZ26.7128.554.91-
YUV137.9863.11150.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 144 (56.64% from 255) = 42.73%
BLUE value IS 23 (9.38% from 255) = 6.82%
R=50.45%
G=42.73%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701442300.150.860.3349.3976.1737.84
HexAA90170F5621314c26
Octal25222027017126416111446
Binary1010101010010000101110111110101101000011100011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9017; }

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

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

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

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

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

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

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

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