#ac8c16

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

Shades of Lucky #AC8C16

Tints of Lucky #AC8C16

Color information

#AC8C16 (or 0xAC8C16) is unknown color: approx Lucky. HEX triplet: AC, 8C and 16. RGB value is (172,140,22). Sum of RGB (Red+Green+Blue) = 172+140+22=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8C16 is #5373E9. Grayscale: #888888. Windows color (decimal): -5469162 or 1477804. OLE color: 1477804.

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

Color convert

RGB17214022-
CMYK00.190.870.33
HSL47.2º77.32%38.04%-
HSV(B)47.2º87.21%67.45%-
XYZ26.5427.584.68-
YUV136.1263.6153.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.50%
GREEN value IS 140 (55.08% from 255) = 41.92%
BLUE value IS 22 (8.98% from 255) = 6.59%
R=51.50%
G=41.92%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721402200.190.870.3347.277.3238.04
HexAC8C1601357212f4d26
Octal25421426023127415711546
Binary10101100100011001011001001110101111000011011111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac8c16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac8c16; }

 p { color: rgb(172,140,22); }

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

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

 a { background-color: rgb(172,140,22); }

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

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

 span { border-color: rgb(172,140,22); }

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