#AC941F

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

Shades of Lucky #AC941F

Tints of Lucky #AC941F

Color information

#AC941F (or 0xAC941F) is unknown color: approx Lucky. HEX triplet: AC, 94 and 1F. RGB value is (172,148,31). Sum of RGB (Red+Green+Blue) = 172+148+31=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC941F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC941F is #536BE0. Grayscale: #8E8E8E. Windows color (decimal): -5467105 or 2069676. OLE color: 2069676.

HSL color Cylindrical-coordinate representation of color #AC941F: hue angle of 49.79º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC941F is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB17214831-
CMYK00.140.820.33
HSL49.79º69.46%39.8%-
HSV(B)49.79º81.98%67.45%-
XYZ27.8530.055.63-
YUV141.8465.45149.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.00%
GREEN value IS 148 (58.20% from 255) = 42.17%
BLUE value IS 31 (12.5% from 255) = 8.83%
R=49.00%
G=42.17%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721483100.140.820.3349.7969.4639.8
HexAC941F0E5221324528
Octal25422437016122416210550
Binary1010110010010100111110111010100101000011100101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC941F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC941F; }

 p { color: rgb(172,148,31); }

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

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

 a { background-color: rgb(172,148,31); }

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

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

 span { border-color: rgb(172,148,31); }

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