#A48F40

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

Shades of Luxor Gold #A48F40

Tints of Luxor Gold #A48F40

Color information

#A48F40 (or 0xA48F40) is unknown color: approx Luxor Gold. HEX triplet: A4, 8F and 40. RGB value is (164,143,64). Sum of RGB (Red+Green+Blue) = 164+143+64=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48F40 is #5B70BF. Grayscale: #8C8C8C. Windows color (decimal): -5992640 or 4231076. OLE color: 4231076.

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

Color convert

RGB16414364-
CMYK00.130.610.36
HSL47.4º43.86%44.71%-
HSV(B)47.4º60.98%64.31%-
XYZ26.0627.918.86-
YUV140.2784.96144.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 143 (56.25% from 255) = 38.54%
BLUE value IS 64 (25.39% from 255) = 17.25%
R=44.20%
G=38.54%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641436400.130.610.3647.443.8644.71
HexA48F400D3D242f2c2d
Octal2442171000157544575455
Binary1010010010001111100000001101111101100100101111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48F40; }

 p { color: rgb(164,143,64); }

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

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

 a { background-color: rgb(164,143,64); }

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

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

 span { border-color: rgb(164,143,64); }

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