#A79E00

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

Shades of Lucky #A79E00

Tints of Lucky #A79E00

Color information

#A79E00 (or 0xA79E00) is unknown color: approx Lucky. HEX triplet: A7, 9E and 00. RGB value is (167,158,0). Sum of RGB (Red+Green+Blue) = 167+158+0=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A79E00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79E00 is #5861FF. Grayscale: #8F8F8F. Windows color (decimal): -5792256 or 40615. OLE color: 40615.

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

Color convert

RGB1671580-
CMYK00.0510.35
HSL56.77º100%32.75%-
HSV(B)56.77º100%65.49%-
XYZ28.1632.674.82-
YUV142.6847.48145.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.38%
GREEN value IS 158 (62.11% from 255) = 48.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.38%
G=48.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167158000.0510.3556.7710032.75
HexA79E0056423396421
Octal247236005144437114441
Binary10100111100111100010111001001000111110011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79E00; }

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

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

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

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

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

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

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

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