#A58E42

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

Shades of Luxor Gold #A58E42

Tints of Luxor Gold #A58E42

Color information

#A58E42 (or 0xA58E42) is unknown color: approx Luxor Gold. HEX triplet: A5, 8E and 42. RGB value is (165,142,66). Sum of RGB (Red+Green+Blue) = 165+142+66=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58E42 is #5A71BD. Grayscale: #8C8C8C. Windows color (decimal): -5927358 or 4361893. OLE color: 4361893.

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

Color convert

RGB16514266-
CMYK00.140.600.35
HSL46.06º42.86%45.29%-
HSV(B)46.06º60%64.71%-
XYZ26.1727.749.13-
YUV140.2186.12145.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.24%
GREEN value IS 142 (55.86% from 255) = 38.07%
BLUE value IS 66 (26.17% from 255) = 17.69%
R=44.24%
G=38.07%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651426600.140.600.3546.0642.8645.29
HexA58E420E3C232e2b2d
Octal2452161020167443565355
Binary1010010110001110100001001110111100100011101110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58E42; }

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

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

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

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

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

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

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

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