#A78F3D

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

Shades of Luxor Gold #A78F3D

Tints of Luxor Gold #A78F3D

Color information

#A78F3D (or 0xA78F3D) is unknown color: approx Luxor Gold. HEX triplet: A7, 8F and 3D. RGB value is (167,143,61). Sum of RGB (Red+Green+Blue) = 167+143+61=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78F3D is #5870C2. Grayscale: #8D8D8D. Windows color (decimal): -5796035 or 4034471. OLE color: 4034471.

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

Color convert

RGB16714361-
CMYK00.140.630.35
HSL46.42º46.49%44.71%-
HSV(B)46.42º63.47%65.49%-
XYZ26.628.28.46-
YUV140.8382.95146.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.01%
GREEN value IS 143 (56.25% from 255) = 38.54%
BLUE value IS 61 (24.22% from 255) = 16.44%
R=45.01%
G=38.54%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671436100.140.630.3546.4246.4944.71
HexA78F3D0E3F232e2e2d
Octal247217750167743565655
Binary101001111000111111110101110111111100011101110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78F3D; }

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

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

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

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

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

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

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

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