#AC911F

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

Shades of Lucky #AC911F

Tints of Lucky #AC911F

Color information

#AC911F (or 0xAC911F) is unknown color: approx Lucky. HEX triplet: AC, 91 and 1F. RGB value is (172,145,31). Sum of RGB (Red+Green+Blue) = 172+145+31=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC911F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC911F is #536EE0. Grayscale: #8C8C8C. Windows color (decimal): -5467873 or 2068908. OLE color: 2068908.

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

Color convert

RGB17214531-
CMYK00.160.820.33
HSL48.51º69.46%39.8%-
HSV(B)48.51º81.98%67.45%-
XYZ27.3929.125.47-
YUV140.0866.45150.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.43%
GREEN value IS 145 (57.03% from 255) = 41.67%
BLUE value IS 31 (12.5% from 255) = 8.91%
R=49.43%
G=41.67%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721453100.160.820.3348.5169.4639.8
HexAC911F0105221314528
Octal25422137020122416110550
Binary10101100100100011111101000010100101000011100011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC911F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC911F; }

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

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

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

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

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

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

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

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