#A79407

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

Shades of Lucky #A79407

Tints of Lucky #A79407

Color information

#A79407 (or 0xA79407) is unknown color: approx Lucky. HEX triplet: A7, 94 and 07. RGB value is (167,148,7). Sum of RGB (Red+Green+Blue) = 167+148+7=322 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.86% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 167 - color contains mainly: red. Hex color #A79407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79407 is #586BF8. Grayscale: #8A8A8A. Windows color (decimal): -5794809 or 496807. OLE color: 496807.

HSL color Cylindrical-coordinate representation of color #A79407: hue angle of 52.88º 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 #A79407 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB1671487-
CMYK00.110.960.35
HSL52.88º91.95%34.12%-
HSV(B)52.88º95.81%65.49%-
XYZ26.5629.414.48-
YUV137.6154.29148.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.86%
GREEN value IS 148 (58.20% from 255) = 45.96%
BLUE value IS 7 (3.12% from 255) = 2.17%
R=51.86%
G=45.96%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167148700.110.960.3552.8891.9534.12
HexA79470B6023355c22
Octal2472247013140436513442
Binary10100111100101001110101111000001000111101011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79407; }

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

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

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

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

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

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

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

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