#A58A3C

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

Shades of Luxor Gold #A58A3C

Tints of Luxor Gold #A58A3C

Color information

#A58A3C (or 0xA58A3C) is unknown color: approx Luxor Gold. HEX triplet: A5, 8A and 3C. RGB value is (165,138,60). Sum of RGB (Red+Green+Blue) = 165+138+60=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A58A3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58A3C is #5A75C3. Grayscale: #898989. Windows color (decimal): -5928388 or 3967653. OLE color: 3967653.

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

Color convert

RGB16513860-
CMYK00.160.640.35
HSL44.57º46.67%44.12%-
HSV(B)44.57º63.64%64.71%-
XYZ25.4226.58.05-
YUV137.1884.45147.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 138 (54.30% from 255) = 38.02%
BLUE value IS 60 (23.83% from 255) = 16.53%
R=45.45%
G=38.02%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651386000.160.640.3544.5746.6744.12
HexA58A3C01040232d2f2c
Octal2452127402010043555754
Binary10100101100010101111000100001000000100011101101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58A3C; }

 p { color: rgb(165,138,60); }

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

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

 a { background-color: rgb(165,138,60); }

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

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

 span { border-color: rgb(165,138,60); }

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