#A78A3D

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

Shades of Luxor Gold #A78A3D

Tints of Luxor Gold #A78A3D

Color information

#A78A3D (or 0xA78A3D) is unknown color: approx Luxor Gold. HEX triplet: A7, 8A and 3D. RGB value is (167,138,61). Sum of RGB (Red+Green+Blue) = 167+138+61=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78A3D is #5875C2. Grayscale: #8A8A8A. Windows color (decimal): -5797315 or 4033191. OLE color: 4033191.

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

Color convert

RGB16713861-
CMYK00.170.630.35
HSL43.58º46.49%44.71%-
HSV(B)43.58º63.47%65.49%-
XYZ25.8726.738.21-
YUV137.8984.61148.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.63%
GREEN value IS 138 (54.30% from 255) = 37.70%
BLUE value IS 61 (24.22% from 255) = 16.67%
R=45.63%
G=37.70%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671386100.170.630.3543.5846.4944.71
HexA78A3D0113F232c2e2d
Octal247212750217743545655
Binary1010011110001010111101010001111111100011101100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78A3D; }

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

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

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

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

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

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

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

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