#AA9218

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

Shades of Lucky #AA9218

Tints of Lucky #AA9218

Color information

#AA9218 (or 0xAA9218) is unknown color: approx Lucky. HEX triplet: AA, 92 and 18. RGB value is (170,146,24). Sum of RGB (Red+Green+Blue) = 170+146+24=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9218 is #556DE7. Grayscale: #8B8B8B. Windows color (decimal): -5598696 or 1610410. OLE color: 1610410.

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

Color convert

RGB17014624-
CMYK00.140.860.33
HSL50.14º75.26%38.04%-
HSV(B)50.14º85.88%66.67%-
XYZ27.0229.175.07-
YUV139.2762.95149.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50%
GREEN value IS 146 (57.42% from 255) = 42.94%
BLUE value IS 24 (9.77% from 255) = 7.06%
R=50%
G=42.94%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701462400.140.860.3350.1475.2638.04
HexAA92180E5621324b26
Octal25222230016126416211346
Binary1010101010010010110000111010101101000011100101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9218; }

 p { color: rgb(170,146,24); }

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

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

 a { background-color: rgb(170,146,24); }

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

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

 span { border-color: rgb(170,146,24); }

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