#AA9415

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

Shades of Lucky #AA9415

Tints of Lucky #AA9415

Color information

#AA9415 (or 0xAA9415) is unknown color: approx Lucky. HEX triplet: AA, 94 and 15. RGB value is (170,148,21). Sum of RGB (Red+Green+Blue) = 170+148+21=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9415 is #556BEA. Grayscale: #8C8C8C. Windows color (decimal): -5598187 or 1414314. OLE color: 1414314.

HSL color Cylindrical-coordinate representation of color #AA9415: hue angle of 51.14º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA9415 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB17014821-
CMYK00.130.880.33
HSL51.14º78.01%37.45%-
HSV(B)51.14º87.65%66.67%-
XYZ27.329.785.02-
YUV140.160.79149.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 21 (8.59% from 255) = 6.19%
R=50.15%
G=43.66%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701482100.130.880.3351.1478.0137.45
HexAA94150D5821334e25
Octal25222425015130416311645
Binary1010101010010100101010110110110001000011100111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9415; }

 p { color: rgb(170,148,21); }

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

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

 a { background-color: rgb(170,148,21); }

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

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

 span { border-color: rgb(170,148,21); }

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