#A48E4C

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

Shades of Luxor Gold #A48E4C

Tints of Luxor Gold #A48E4C

Color information

#A48E4C (or 0xA48E4C) is unknown color: approx Luxor Gold. HEX triplet: A4, 8E and 4C. RGB value is (164,142,76). Sum of RGB (Red+Green+Blue) = 164+142+76=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 142 (55.86% from 255 or 37.17% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 164 - color contains mainly: red. Hex color #A48E4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48E4C is #5B71B3. Grayscale: #8D8D8D. Windows color (decimal): -5992884 or 5017252. OLE color: 5017252.

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

Color convert

RGB16414276-
CMYK00.130.540.36
HSL45º36.67%47.06%-
HSV(B)45º53.66%64.31%-
XYZ26.2927.7610.81-
YUV141.0591.29144.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 142 (55.86% from 255) = 37.17%
BLUE value IS 76 (30.08% from 255) = 19.90%
R=42.93%
G=37.17%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641427600.130.540.364536.6747.06
HexA48E4C0D36242d252f
Octal2442161140156644554557
Binary1010010010001110100110001101110110100100101101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48E4C; }

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

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

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

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

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

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

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

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