#A49148

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

Shades of Luxor Gold #A49148

Tints of Luxor Gold #A49148

Color information

#A49148 (or 0xA49148) is unknown color: approx Luxor Gold. HEX triplet: A4, 91 and 48. RGB value is (164,145,72). Sum of RGB (Red+Green+Blue) = 164+145+72=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A49148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49148 is #5B6EB7. Grayscale: #8E8E8E. Windows color (decimal): -5992120 or 4755876. OLE color: 4755876.

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

Color convert

RGB16414572-
CMYK00.120.560.36
HSL47.61º38.98%46.27%-
HSV(B)47.61º56.1%64.31%-
XYZ26.628.6110.25-
YUV142.3688.29143.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 145 (57.03% from 255) = 38.06%
BLUE value IS 72 (28.52% from 255) = 18.90%
R=43.04%
G=38.06%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641457200.120.560.3647.6138.9846.27
HexA491480C382430272e
Octal2442211100147044604756
Binary1010010010010001100100001100111000100100110000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49148; }

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

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

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

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

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

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

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

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