#AC9317

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

Shades of Lucky #AC9317

Tints of Lucky #AC9317

Color information

#AC9317 (or 0xAC9317) is unknown color: approx Lucky. HEX triplet: AC, 93 and 17. RGB value is (172,147,23). Sum of RGB (Red+Green+Blue) = 172+147+23=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 23 (9.38% from 255 or 6.73% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9317 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9317 is #536CE8. Grayscale: #8C8C8C. Windows color (decimal): -5467369 or 1545132. OLE color: 1545132.

HSL color Cylindrical-coordinate representation of color #AC9317: hue angle of 49.93º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC9317 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB17214723-
CMYK00.150.870.33
HSL49.93º76.41%38.24%-
HSV(B)49.93º86.63%67.45%-
XYZ27.629.75.09-
YUV140.3461.78150.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.29%
GREEN value IS 147 (57.81% from 255) = 42.98%
BLUE value IS 23 (9.38% from 255) = 6.73%
R=50.29%
G=42.98%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721472300.150.870.3349.9376.4138.24
HexAC93170F5721324c26
Octal25422327017127416211446
Binary1010110010010011101110111110101111000011100101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9317; }

 p { color: rgb(172,147,23); }

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

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

 a { background-color: rgb(172,147,23); }

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

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

 span { border-color: rgb(172,147,23); }

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