#AC930E

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

Shades of Lucky #AC930E

Tints of Lucky #AC930E

Color information

#AC930E (or 0xAC930E) is unknown color: approx Lucky. HEX triplet: AC, 93 and 0E. RGB value is (172,147,14). Sum of RGB (Red+Green+Blue) = 172+147+14=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC930E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC930E is #536CF1. Grayscale: #8B8B8B. Windows color (decimal): -5467378 or 955308. OLE color: 955308.

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

Color convert

RGB17214714-
CMYK00.150.920.33
HSL50.51º84.95%36.47%-
HSV(B)50.51º91.86%67.45%-
XYZ27.5329.674.69-
YUV139.3157.28151.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.65%
GREEN value IS 147 (57.81% from 255) = 44.14%
BLUE value IS 14 (5.86% from 255) = 4.20%
R=51.65%
G=44.14%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721471400.150.920.3350.5184.9536.47
HexAC93E0F5C21335524
Octal25422316017134416312544
Binary101011001001001111100111110111001000011100111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC930E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC930E; }

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

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

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

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

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

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

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

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