#A39146

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

Shades of Luxor Gold #A39146

Tints of Luxor Gold #A39146

Color information

#A39146 (or 0xA39146) is unknown color: approx Luxor Gold. HEX triplet: A3, 91 and 46. RGB value is (163,145,70). Sum of RGB (Red+Green+Blue) = 163+145+70=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A39146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39146 is #5C6EB9. Grayscale: #8E8E8E. Windows color (decimal): -6057658 or 4624803. OLE color: 4624803.

HSL color Cylindrical-coordinate representation of color #A39146: hue angle of 48.39º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A39146 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16314570-
CMYK00.110.570.36
HSL48.39º39.91%45.69%-
HSV(B)48.39º57.06%63.92%-
XYZ26.3428.489.9-
YUV141.8387.46143.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 145 (57.03% from 255) = 38.36%
BLUE value IS 70 (27.73% from 255) = 18.52%
R=43.12%
G=38.36%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631457000.110.570.3648.3939.9145.69
HexA391460B392430282e
Octal2432211060137144605056
Binary1010001110010001100011001011111001100100110000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39146; }

 p { color: rgb(163,145,70); }

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

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

 a { background-color: rgb(163,145,70); }

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

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

 span { border-color: rgb(163,145,70); }

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