#A78A46

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

Shades of Luxor Gold #A78A46

Tints of Luxor Gold #A78A46

Color information

#A78A46 (or 0xA78A46) is unknown color: approx Luxor Gold. HEX triplet: A7, 8A and 46. RGB value is (167,138,70). Sum of RGB (Red+Green+Blue) = 167+138+70=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78A46 is #5875B9. Grayscale: #8B8B8B. Windows color (decimal): -5797306 or 4623015. OLE color: 4623015.

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

Color convert

RGB16713870-
CMYK00.170.580.35
HSL42.06º40.93%46.47%-
HSV(B)42.06º58.08%65.49%-
XYZ26.1326.839.6-
YUV138.9289.11148.03-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 138 (54.30% from 255) = 36.8%
BLUE value IS 70 (27.73% from 255) = 18.67%
R=44.53%
G=36.8%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671387000.170.580.3542.0640.9346.47
HexA78A460113A232a292e
Octal2472121060217243525156
Binary10100111100010101000110010001111010100011101010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78A46; }

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

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

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

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

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

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

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

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