#A38F46

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

Shades of Luxor Gold #A38F46

Tints of Luxor Gold #A38F46

Color information

#A38F46 (or 0xA38F46) is unknown color: approx Luxor Gold. HEX triplet: A3, 8F and 46. RGB value is (163,143,70). Sum of RGB (Red+Green+Blue) = 163+143+70=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38F46 is #5C70B9. Grayscale: #8C8C8C. Windows color (decimal): -6058170 or 4624291. OLE color: 4624291.

HSL color Cylindrical-coordinate representation of color #A38F46: hue angle of 47.1º 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 #A38F46 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16314370-
CMYK00.120.570.36
HSL47.1º39.91%45.69%-
HSV(B)47.1º57.06%63.92%-
XYZ26.0327.879.8-
YUV140.6688.13143.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.35%
GREEN value IS 143 (56.25% from 255) = 38.03%
BLUE value IS 70 (27.73% from 255) = 18.62%
R=43.35%
G=38.03%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631437000.120.570.3647.139.9145.69
HexA38F460C39242f282e
Octal2432171060147144575056
Binary1010001110001111100011001100111001100100101111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38F46; }

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

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

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

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

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

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

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

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