#AC941A

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

Shades of Lucky #AC941A

Tints of Lucky #AC941A

Color information

#AC941A (or 0xAC941A) is unknown color: approx Lucky. HEX triplet: AC, 94 and 1A. RGB value is (172,148,26). Sum of RGB (Red+Green+Blue) = 172+148+26=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC941A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC941A is #536BE5. Grayscale: #8D8D8D. Windows color (decimal): -5467110 or 1741996. OLE color: 1741996.

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

Color convert

RGB17214826-
CMYK00.140.850.33
HSL50.14º73.74%38.82%-
HSV(B)50.14º84.88%67.45%-
XYZ27.7930.035.31-
YUV141.2762.95149.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.71%
GREEN value IS 148 (58.20% from 255) = 42.77%
BLUE value IS 26 (10.55% from 255) = 7.51%
R=49.71%
G=42.77%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721482600.140.850.3350.1473.7438.82
HexAC941A0E5521324a27
Octal25422432016125416211247
Binary1010110010010100110100111010101011000011100101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC941A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC941A; }

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

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

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

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

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

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

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

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