#A39148

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

Shades of Luxor Gold #A39148

Tints of Luxor Gold #A39148

Color information

#A39148 (or 0xA39148) is unknown color: approx Luxor Gold. HEX triplet: A3, 91 and 48. RGB value is (163,145,72). Sum of RGB (Red+Green+Blue) = 163+145+72=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A39148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39148 is #5C6EB7. Grayscale: #8E8E8E. Windows color (decimal): -6057656 or 4755875. OLE color: 4755875.

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

Color convert

RGB16314572-
CMYK00.110.560.36
HSL48.13º38.72%46.08%-
HSV(B)48.13º55.83%63.92%-
XYZ26.428.5110.24-
YUV142.0688.46142.94-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.89%
GREEN value IS 145 (57.03% from 255) = 38.16%
BLUE value IS 72 (28.52% from 255) = 18.95%
R=42.89%
G=38.16%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631457200.110.560.3648.1338.7246.08
HexA391480B382430272e
Octal2432211100137044604756
Binary1010001110010001100100001011111000100100110000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39148; }

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

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

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

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

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

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

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

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