#A58E41

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

Shades of Luxor Gold #A58E41

Tints of Luxor Gold #A58E41

Color information

#A58E41 (or 0xA58E41) is unknown color: approx Luxor Gold. HEX triplet: A5, 8E and 41. RGB value is (165,142,65). Sum of RGB (Red+Green+Blue) = 165+142+65=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58E41 is #5A71BE. Grayscale: #8C8C8C. Windows color (decimal): -5927359 or 4296357. OLE color: 4296357.

HSL color Cylindrical-coordinate representation of color #A58E41: hue angle of 46.2º degrees, saturation: 0.43, 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 #A58E41 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB16514265-
CMYK00.140.610.35
HSL46.2º43.48%45.1%-
HSV(B)46.2º60.61%64.71%-
XYZ26.1427.738.97-
YUV140.185.62145.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 142 (55.86% from 255) = 38.17%
BLUE value IS 65 (25.78% from 255) = 17.47%
R=44.35%
G=38.17%
B=17.47%

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
Decimal1651426500.140.610.3546.243.4845.1
HexA58E410E3D232e2b2d
Octal2452161010167543565355
Binary1010010110001110100000101110111101100011101110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58E41; }

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

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

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

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

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

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

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

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