#A58E3D

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

Shades of Luxor Gold #A58E3D

Tints of Luxor Gold #A58E3D

Color information

#A58E3D (or 0xA58E3D) is unknown color: approx Luxor Gold. HEX triplet: A5, 8E and 3D. RGB value is (165,142,61). Sum of RGB (Red+Green+Blue) = 165+142+61=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58E3D is #5A71C2. Grayscale: #8B8B8B. Windows color (decimal): -5927363 or 4034213. OLE color: 4034213.

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

Color convert

RGB16514261-
CMYK00.140.630.35
HSL46.73º46.02%44.31%-
HSV(B)46.73º63.03%64.71%-
XYZ26.0327.688.39-
YUV139.6483.62146.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 142 (55.86% from 255) = 38.59%
BLUE value IS 61 (24.22% from 255) = 16.58%
R=44.84%
G=38.59%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651426100.140.630.3546.7346.0244.31
HexA58E3D0E3F232f2e2c
Octal245216750167743575654
Binary101001011000111011110101110111111100011101111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58E3D; }

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

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

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

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

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

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

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

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