#A79010

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

Shades of Lucky #A79010

Tints of Lucky #A79010

Color information

#A79010 (or 0xA79010) is unknown color: approx Lucky. HEX triplet: A7, 90 and 10. RGB value is (167,144,16). Sum of RGB (Red+Green+Blue) = 167+144+16=327 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.07% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 167 - color contains mainly: red. Hex color #A79010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79010 is #586FEF. Grayscale: #888888. Windows color (decimal): -5795824 or 1085607. OLE color: 1085607.

HSL color Cylindrical-coordinate representation of color #A79010: hue angle of 50.86º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A79010 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB16714416-
CMYK00.140.900.35
HSL50.86º82.51%35.88%-
HSV(B)50.86º90.42%65.49%-
XYZ2628.24.56-
YUV136.2860.12149.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.07%
GREEN value IS 144 (56.64% from 255) = 44.04%
BLUE value IS 16 (6.64% from 255) = 4.89%
R=51.07%
G=44.04%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671441600.140.900.3550.8682.5135.88
HexA790100E5A23335324
Octal24722020016132436312344
Binary1010011110010000100000111010110101000111100111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79010; }

 p { color: rgb(167,144,16); }

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

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

 a { background-color: rgb(167,144,16); }

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

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

 span { border-color: rgb(167,144,16); }

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