#AC9F2C

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

Shades of Lucky #AC9F2C

Tints of Lucky #AC9F2C

Color information

#AC9F2C (or 0xAC9F2C) is unknown color: approx Lucky. HEX triplet: AC, 9F and 2C. RGB value is (172,159,44). Sum of RGB (Red+Green+Blue) = 172+159+44=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9F2C is #5360D3. Grayscale: #969696. Windows color (decimal): -5464276 or 2924460. OLE color: 2924460.

HSL color Cylindrical-coordinate representation of color #AC9F2C: hue angle of 53.91º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC9F2C is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB17215944-
CMYK00.080.740.33
HSL53.91º59.26%42.35%-
HSV(B)53.91º74.42%67.45%-
XYZ29.8733.757.32-
YUV149.7868.31143.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 159 (62.5% from 255) = 42.4%
BLUE value IS 44 (17.58% from 255) = 11.73%
R=45.87%
G=42.4%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721594400.080.740.3353.9159.2642.35
HexAC9F2C084A21363b2a
Octal2542375401011241667352
Binary1010110010011111101100010001001010100001110110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F2C; }

 p { color: rgb(172,159,44); }

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

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

 a { background-color: rgb(172,159,44); }

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

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

 span { border-color: rgb(172,159,44); }

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