#AA9516

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

Shades of Lucky #AA9516

Tints of Lucky #AA9516

Color information

#AA9516 (or 0xAA9516) is unknown color: approx Lucky. HEX triplet: AA, 95 and 16. RGB value is (170,149,22). Sum of RGB (Red+Green+Blue) = 170+149+22=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9516 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9516 is #556AE9. Grayscale: #8D8D8D. Windows color (decimal): -5597930 or 1480106. OLE color: 1480106.

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

Color convert

RGB17014922-
CMYK00.120.870.33
HSL51.49º77.08%37.65%-
HSV(B)51.49º87.06%66.67%-
XYZ27.4730.15.12-
YUV140.860.96148.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.85%
GREEN value IS 149 (58.59% from 255) = 43.70%
BLUE value IS 22 (8.98% from 255) = 6.45%
R=49.85%
G=43.70%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701492200.120.870.3351.4977.0837.65
HexAA95160C5721334d26
Octal25222526014127416311546
Binary1010101010010101101100110010101111000011100111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9516; }

 p { color: rgb(170,149,22); }

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

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

 a { background-color: rgb(170,149,22); }

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

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

 span { border-color: rgb(170,149,22); }

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