#AC9C28

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

Shades of Lucky #AC9C28

Tints of Lucky #AC9C28

Color information

#AC9C28 (or 0xAC9C28) is unknown color: approx Lucky. HEX triplet: AC, 9C and 28. RGB value is (172,156,40). Sum of RGB (Red+Green+Blue) = 172+156+40=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9C28 is #5363D7. Grayscale: #949494. Windows color (decimal): -5465048 or 2661548. OLE color: 2661548.

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

Color convert

RGB17215640-
CMYK00.090.770.33
HSL52.73º62.26%41.57%-
HSV(B)52.73º76.74%67.45%-
XYZ29.2832.76.78-
YUV147.5667.3145.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.74%
GREEN value IS 156 (61.33% from 255) = 42.39%
BLUE value IS 40 (16.02% from 255) = 10.87%
R=46.74%
G=42.39%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721564000.090.770.3352.7362.2641.57
HexAC9C28094D21353e2a
Octal2542345001111541657652
Binary1010110010011100101000010011001101100001110101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9C28; }

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

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

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

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

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

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

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

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