#A48D4C

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

Shades of Luxor Gold #A48D4C

Tints of Luxor Gold #A48D4C

Color information

#A48D4C (or 0xA48D4C) is unknown color: approx Luxor Gold. HEX triplet: A4, 8D and 4C. RGB value is (164,141,76). Sum of RGB (Red+Green+Blue) = 164+141+76=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A48D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48D4C is #5B72B3. Grayscale: #8C8C8C. Windows color (decimal): -5993140 or 5016996. OLE color: 5016996.

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

Color convert

RGB16414176-
CMYK00.140.540.36
HSL44.32º36.67%47.06%-
HSV(B)44.32º53.66%64.31%-
XYZ26.1427.4610.76-
YUV140.4791.62144.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 141 (55.47% from 255) = 37.01%
BLUE value IS 76 (30.08% from 255) = 19.95%
R=43.04%
G=37.01%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641417600.140.540.3644.3236.6747.06
HexA48D4C0E36242c252f
Octal2442151140166644544557
Binary1010010010001101100110001110110110100100101100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48D4C; }

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

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

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

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

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

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

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

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