#A58D49

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

Shades of Luxor Gold #A58D49

Tints of Luxor Gold #A58D49

Color information

#A58D49 (or 0xA58D49) is unknown color: approx Luxor Gold. HEX triplet: A5, 8D and 49. RGB value is (165,141,73). Sum of RGB (Red+Green+Blue) = 165+141+73=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58D49 is #5A72B6. Grayscale: #8C8C8C. Windows color (decimal): -5927607 or 4820389. OLE color: 4820389.

HSL color Cylindrical-coordinate representation of color #A58D49: hue angle of 44.35º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A58D49 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB16514173-
CMYK00.150.560.35
HSL44.35º38.66%46.67%-
HSV(B)44.35º55.76%64.71%-
XYZ26.2427.5310.23-
YUV140.4289.95145.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.54%
GREEN value IS 141 (55.47% from 255) = 37.20%
BLUE value IS 73 (28.91% from 255) = 19.26%
R=43.54%
G=37.20%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651417300.150.560.3544.3538.6646.67
HexA58D490F38232c272f
Octal2452151110177043544757
Binary1010010110001101100100101111111000100011101100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58D49; }

 p { color: rgb(165,141,73); }

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

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

 a { background-color: rgb(165,141,73); }

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

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

 span { border-color: rgb(165,141,73); }

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