#A49048

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

Shades of Luxor Gold #A49048

Tints of Luxor Gold #A49048

Color information

#A49048 (or 0xA49048) is unknown color: approx Luxor Gold. HEX triplet: A4, 90 and 48. RGB value is (164,144,72). Sum of RGB (Red+Green+Blue) = 164+144+72=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 72 (28.52% from 255 or 18.95% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A49048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49048 is #5B6FB7. Grayscale: #8E8E8E. Windows color (decimal): -5992376 or 4755620. OLE color: 4755620.

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

Color convert

RGB16414472-
CMYK00.120.560.36
HSL46.96º38.98%46.27%-
HSV(B)46.96º56.1%64.31%-
XYZ26.4528.3110.2-
YUV141.7788.63143.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.16%
GREEN value IS 144 (56.64% from 255) = 37.89%
BLUE value IS 72 (28.52% from 255) = 18.95%
R=43.16%
G=37.89%
B=18.95%

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
Decimal1641447200.120.560.3646.9638.9846.27
HexA490480C38242f272e
Octal2442201100147044574756
Binary1010010010010000100100001100111000100100101111100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49048; }

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

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

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

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

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

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

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

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