#A78F46

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

Shades of Luxor Gold #A78F46

Tints of Luxor Gold #A78F46

Color information

#A78F46 (or 0xA78F46) is unknown color: approx Luxor Gold. HEX triplet: A7, 8F and 46. RGB value is (167,143,70). Sum of RGB (Red+Green+Blue) = 167+143+70=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78F46 is #5870B9. Grayscale: #8E8E8E. Windows color (decimal): -5796026 or 4624295. OLE color: 4624295.

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

Color convert

RGB16714370-
CMYK00.140.580.35
HSL45.15º40.93%46.47%-
HSV(B)45.15º58.08%65.49%-
XYZ26.8628.39.84-
YUV141.8587.45145.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.95%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 70 (27.73% from 255) = 18.42%
R=43.95%
G=37.63%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671437000.140.580.3545.1540.9346.47
HexA78F460E3A232d292e
Octal2472171060167243555156
Binary1010011110001111100011001110111010100011101101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78F46; }

 p { color: rgb(167,143,70); }

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

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

 a { background-color: rgb(167,143,70); }

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

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

 span { border-color: rgb(167,143,70); }

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