#ACA411

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

Shades of Lucky #ACA411

Tints of Lucky #ACA411

Color information

#ACA411 (or 0xACA411) is unknown color: approx Lucky. HEX triplet: AC, A4 and 11. RGB value is (172,164,17). Sum of RGB (Red+Green+Blue) = 172+164+17=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA411 is #535BEE. Grayscale: #969696. Windows color (decimal): -5463023 or 1156268. OLE color: 1156268.

HSL color Cylindrical-coordinate representation of color #ACA411: hue angle of 56.9º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACA411 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB17216417-
CMYK00.050.900.33
HSL56.9º82.01%37.06%-
HSV(B)56.9º90.12%67.45%-
XYZ30.3935.365.75-
YUV149.6353.15143.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.73%
GREEN value IS 164 (64.45% from 255) = 46.46%
BLUE value IS 17 (7.03% from 255) = 4.82%
R=48.73%
G=46.46%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721641700.050.900.3356.982.0137.06
HexACA411055A21395225
Octal2542442105132417112245
Binary101011001010010010001010110110101000011110011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA411; }

 p { color: rgb(172,164,17); }

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

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

 a { background-color: rgb(172,164,17); }

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

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

 span { border-color: rgb(172,164,17); }

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