#A78A42

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

Shades of Luxor Gold #A78A42

Tints of Luxor Gold #A78A42

Color information

#A78A42 (or 0xA78A42) is unknown color: approx Luxor Gold. HEX triplet: A7, 8A and 42. RGB value is (167,138,66). Sum of RGB (Red+Green+Blue) = 167+138+66=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78A42 is #5875BD. Grayscale: #8A8A8A. Windows color (decimal): -5797310 or 4360871. OLE color: 4360871.

HSL color Cylindrical-coordinate representation of color #A78A42: hue angle of 42.77º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A78A42 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB16713866-
CMYK00.170.600.35
HSL42.77º43.35%45.69%-
HSV(B)42.77º60.48%65.49%-
XYZ26.0126.798.95-
YUV138.4687.11148.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.01%
GREEN value IS 138 (54.30% from 255) = 37.20%
BLUE value IS 66 (26.17% from 255) = 17.79%
R=45.01%
G=37.20%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671386600.170.600.3542.7743.3545.69
HexA78A420113C232b2b2e
Octal2472121020217443535356
Binary10100111100010101000010010001111100100011101011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78A42; }

 p { color: rgb(167,138,66); }

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

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

 a { background-color: rgb(167,138,66); }

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

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

 span { border-color: rgb(167,138,66); }

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