#A79040

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

Shades of Luxor Gold #A79040

Tints of Luxor Gold #A79040

Color information

#A79040 (or 0xA79040) is unknown color: approx Luxor Gold. HEX triplet: A7, 90 and 40. RGB value is (167,144,64). Sum of RGB (Red+Green+Blue) = 167+144+64=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A79040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79040 is #586FBF. Grayscale: #8E8E8E. Windows color (decimal): -5795776 or 4231335. OLE color: 4231335.

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

Color convert

RGB16714464-
CMYK00.140.620.35
HSL46.6º44.59%45.29%-
HSV(B)46.6º61.68%65.49%-
XYZ26.8428.538.94-
YUV141.7684.12146-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 144 (56.64% from 255) = 38.4%
BLUE value IS 64 (25.39% from 255) = 17.07%
R=44.53%
G=38.4%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671446400.140.620.3546.644.5945.29
HexA790400E3E232f2d2d
Octal2472201000167643575555
Binary1010011110010000100000001110111110100011101111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79040; }

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

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

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

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

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

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

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

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