#AC9218

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

Shades of Lucky #AC9218

Tints of Lucky #AC9218

Color information

#AC9218 (or 0xAC9218) is unknown color: approx Lucky. HEX triplet: AC, 92 and 18. RGB value is (172,146,24). Sum of RGB (Red+Green+Blue) = 172+146+24=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9218 is #536DE7. Grayscale: #8C8C8C. Windows color (decimal): -5467624 or 1610412. OLE color: 1610412.

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

Color convert

RGB17214624-
CMYK00.150.860.33
HSL49.46º75.51%38.43%-
HSV(B)49.46º86.05%67.45%-
XYZ27.4629.395.09-
YUV139.8762.61150.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.29%
GREEN value IS 146 (57.42% from 255) = 42.69%
BLUE value IS 24 (9.77% from 255) = 7.02%
R=50.29%
G=42.69%
B=7.02%

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
Decimal1721462400.150.860.3349.4675.5138.43
HexAC92180F5621314c26
Octal25422230017126416111446
Binary1010110010010010110000111110101101000011100011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9218; }

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

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

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

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

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

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

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

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