#A49144

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

Shades of Luxor Gold #A49144

Tints of Luxor Gold #A49144

Color information

#A49144 (or 0xA49144) is unknown color: approx Luxor Gold. HEX triplet: A4, 91 and 44. RGB value is (164,145,68). Sum of RGB (Red+Green+Blue) = 164+145+68=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A49144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49144 is #5B6EBB. Grayscale: #8E8E8E. Windows color (decimal): -5992124 or 4493732. OLE color: 4493732.

HSL color Cylindrical-coordinate representation of color #A49144: hue angle of 48.12º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A49144 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB16414568-
CMYK00.120.590.36
HSL48.12º41.38%45.49%-
HSV(B)48.12º58.54%64.31%-
XYZ26.4828.569.59-
YUV141.986.29143.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 145 (57.03% from 255) = 38.46%
BLUE value IS 68 (26.95% from 255) = 18.04%
R=43.50%
G=38.46%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641456800.120.590.3648.1241.3845.49
HexA491440C3B2430292d
Octal2442211040147344605155
Binary1010010010010001100010001100111011100100110000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49144; }

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

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

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

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

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

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

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

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