#A48E49

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

Shades of Luxor Gold #A48E49

Tints of Luxor Gold #A48E49

Color information

#A48E49 (or 0xA48E49) is unknown color: approx Luxor Gold. HEX triplet: A4, 8E and 49. RGB value is (164,142,73). Sum of RGB (Red+Green+Blue) = 164+142+73=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48E49 is #5B71B6. Grayscale: #8D8D8D. Windows color (decimal): -5992887 or 4820644. OLE color: 4820644.

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

Color convert

RGB16414273-
CMYK00.130.550.36
HSL45.49º38.4%46.47%-
HSV(B)45.49º55.49%64.31%-
XYZ26.1927.7210.27-
YUV140.7189.79144.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.27%
GREEN value IS 142 (55.86% from 255) = 37.47%
BLUE value IS 73 (28.91% from 255) = 19.26%
R=43.27%
G=37.47%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641427300.130.550.3645.4938.446.47
HexA48E490D37242d262e
Octal2442161110156744554656
Binary1010010010001110100100101101110111100100101101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48E49; }

 p { color: rgb(164,142,73); }

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

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

 a { background-color: rgb(164,142,73); }

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

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

 span { border-color: rgb(164,142,73); }

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