#A79107

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

Shades of Lucky #A79107

Tints of Lucky #A79107

Color information

#A79107 (or 0xA79107) is unknown color: approx Lucky. HEX triplet: A7, 91 and 07. RGB value is (167,145,7). Sum of RGB (Red+Green+Blue) = 167+145+7=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A79107 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79107 is #586EF8. Grayscale: #888888. Windows color (decimal): -5795577 or 496039. OLE color: 496039.

HSL color Cylindrical-coordinate representation of color #A79107: hue angle of 51.75º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A79107 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB1671457-
CMYK00.130.960.35
HSL51.75º91.95%34.12%-
HSV(B)51.75º95.81%65.49%-
XYZ26.128.484.32-
YUV135.8555.29150.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.35%
GREEN value IS 145 (57.03% from 255) = 45.45%
BLUE value IS 7 (3.12% from 255) = 2.19%
R=52.35%
G=45.45%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167145700.130.960.3551.7591.9534.12
HexA79170D6023345c22
Octal2472217015140436413442
Binary10100111100100011110110111000001000111101001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79107; }

 p { color: rgb(167,145,7); }

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

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

 a { background-color: rgb(167,145,7); }

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

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

 span { border-color: rgb(167,145,7); }

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