#AC9F28

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

Shades of Lucky #AC9F28

Tints of Lucky #AC9F28

Color information

#AC9F28 (or 0xAC9F28) is unknown color: approx Lucky. HEX triplet: AC, 9F and 28. RGB value is (172,159,40). Sum of RGB (Red+Green+Blue) = 172+159+40=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9F28 is #5360D7. Grayscale: #959595. Windows color (decimal): -5464280 or 2662316. OLE color: 2662316.

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

Color convert

RGB17215940-
CMYK00.080.770.33
HSL54.09º62.26%41.57%-
HSV(B)54.09º76.74%67.45%-
XYZ29.7933.726.95-
YUV149.3266.31144.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.36%
GREEN value IS 159 (62.5% from 255) = 42.86%
BLUE value IS 40 (16.02% from 255) = 10.78%
R=46.36%
G=42.86%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721594000.080.770.3354.0962.2641.57
HexAC9F28084D21363e2a
Octal2542375001011541667652
Binary1010110010011111101000010001001101100001110110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F28; }

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

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

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

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

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

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

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

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