#A79B1C

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

Shades of Lucky #A79B1C

Tints of Lucky #A79B1C

Color information

#A79B1C (or 0xA79B1C) is unknown color: approx Lucky. HEX triplet: A7, 9B and 1C. RGB value is (167,155,28). Sum of RGB (Red+Green+Blue) = 167+155+28=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A79B1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79B1C is #5864E3. Grayscale: #909090. Windows color (decimal): -5792996 or 1874855. OLE color: 1874855.

HSL color Cylindrical-coordinate representation of color #A79B1C: hue angle of 54.82º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A79B1C is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB16715528-
CMYK00.070.830.35
HSL54.82º71.28%38.24%-
HSV(B)54.82º83.23%65.49%-
XYZ27.8731.745.76-
YUV144.1162.48144.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.71%
GREEN value IS 155 (60.94% from 255) = 44.29%
BLUE value IS 28 (11.33% from 255) = 8%
R=47.71%
G=44.29%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671552800.070.830.3554.8271.2838.24
HexA79B1C075323374726
Octal2472333407123436710746
Binary101001111001101111100011110100111000111101111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79B1C; }

 p { color: rgb(167,155,28); }

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

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

 a { background-color: rgb(167,155,28); }

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

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

 span { border-color: rgb(167,155,28); }

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