#a79411

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

Shades of Lucky #A79411

Tints of Lucky #A79411

Color information

#A79411 (or 0xA79411) is unknown color: approx Lucky. HEX triplet: A7, 94 and 11. RGB value is (167,148,17). Sum of RGB (Red+Green+Blue) = 167+148+17=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A79411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79411 is #586BEE. Grayscale: #8B8B8B. Windows color (decimal): -5794799 or 1152167. OLE color: 1152167.

HSL color Cylindrical-coordinate representation of color #A79411: hue angle of 52.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A79411 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB16714817-
CMYK00.110.900.35
HSL52.4º81.52%36.08%-
HSV(B)52.4º89.82%65.49%-
XYZ26.6329.444.81-
YUV138.7559.29148.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.30%
GREEN value IS 148 (58.20% from 255) = 44.58%
BLUE value IS 17 (7.03% from 255) = 5.12%
R=50.30%
G=44.58%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671481700.110.900.3552.481.5236.08
HexA794110B5A23345224
Octal24722421013132436412244
Binary1010011110010100100010101110110101000111101001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a79411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a79411; }

 p { color: rgb(167,148,17); }

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

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

 a { background-color: rgb(167,148,17); }

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

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

 span { border-color: rgb(167,148,17); }

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