#A58E40

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

Shades of Luxor Gold #A58E40

Tints of Luxor Gold #A58E40

Color information

#A58E40 (or 0xA58E40) is unknown color: approx Luxor Gold. HEX triplet: A5, 8E and 40. RGB value is (165,142,64). Sum of RGB (Red+Green+Blue) = 165+142+64=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58E40 is #5A71BF. Grayscale: #8C8C8C. Windows color (decimal): -5927360 or 4230821. OLE color: 4230821.

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

Color convert

RGB16514264-
CMYK00.140.610.35
HSL46.34º44.1%44.9%-
HSV(B)46.34º61.21%64.71%-
XYZ26.1227.728.82-
YUV139.9885.12145.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 142 (55.86% from 255) = 38.27%
BLUE value IS 64 (25.39% from 255) = 17.25%
R=44.47%
G=38.27%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651426400.140.610.3546.3444.144.9
HexA58E400E3D232e2c2d
Octal2452161000167543565455
Binary1010010110001110100000001110111101100011101110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58E40; }

 p { color: rgb(165,142,64); }

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

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

 a { background-color: rgb(165,142,64); }

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

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

 span { border-color: rgb(165,142,64); }

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