#A79D00

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

Shades of Lucky #A79D00

Tints of Lucky #A79D00

Color information

#A79D00 (or 0xA79D00) is unknown color: approx Lucky. HEX triplet: A7, 9D and 00. RGB value is (167,157,0). Sum of RGB (Red+Green+Blue) = 167+157+0=324 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.54% from 324); Green value is 157 (61.72% from 255 or 48.46% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 167 - color contains mainly: red. Hex color #A79D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79D00 is #5862FF. Grayscale: #8E8E8E. Windows color (decimal): -5792512 or 40359. OLE color: 40359.

HSL color Cylindrical-coordinate representation of color #A79D00: hue angle of 56.41º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A79D00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB1671570-
CMYK00.0610.35
HSL56.41º100%32.75%-
HSV(B)56.41º100%65.49%-
XYZ27.9932.334.76-
YUV142.0947.81145.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.54%
GREEN value IS 157 (61.72% from 255) = 48.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.54%
G=48.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167157000.0610.3556.4110032.75
HexA79D0066423386421
Octal247235006144437014441
Binary10100111100111010011011001001000111110001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79D00; }

 p { color: rgb(167,157,0); }

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

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

 a { background-color: rgb(167,157,0); }

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

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

 span { border-color: rgb(167,157,0); }

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