#A79712

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

Shades of Lucky #A79712

Tints of Lucky #A79712

Color information

#A79712 (or 0xA79712) is unknown color: approx Lucky. HEX triplet: A7, 97 and 12. RGB value is (167,151,18). Sum of RGB (Red+Green+Blue) = 167+151+18=336 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.70% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 167 - color contains mainly: red. Hex color #A79712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79712 is #5868ED. Grayscale: #8D8D8D. Windows color (decimal): -5794030 or 1218471. OLE color: 1218471.

HSL color Cylindrical-coordinate representation of color #A79712: hue angle of 53.56º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A79712 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB16715118-
CMYK00.100.890.35
HSL53.56º80.54%36.27%-
HSV(B)53.56º89.22%65.49%-
XYZ27.1130.395.01-
YUV140.6258.8146.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.70%
GREEN value IS 151 (59.38% from 255) = 44.94%
BLUE value IS 18 (7.42% from 255) = 5.36%
R=49.70%
G=44.94%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671511800.100.890.3553.5680.5436.27
HexA797120A5923365124
Octal24722722012131436612144
Binary1010011110010111100100101010110011000111101101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79712; }

 p { color: rgb(167,151,18); }

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

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

 a { background-color: rgb(167,151,18); }

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

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

 span { border-color: rgb(167,151,18); }

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