#A58C47

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

Shades of Luxor Gold #A58C47

Tints of Luxor Gold #A58C47

Color information

#A58C47 (or 0xA58C47) is unknown color: approx Luxor Gold. HEX triplet: A5, 8C and 47. RGB value is (165,140,71). Sum of RGB (Red+Green+Blue) = 165+140+71=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A58C47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58C47 is #5A73B8. Grayscale: #8B8B8B. Windows color (decimal): -5927865 or 4689061. OLE color: 4689061.

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

Color convert

RGB16514071-
CMYK00.150.570.35
HSL44.04º39.83%46.27%-
HSV(B)44.04º56.97%64.71%-
XYZ26.0327.219.84-
YUV139.6189.28146.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.88%
GREEN value IS 140 (55.08% from 255) = 37.23%
BLUE value IS 71 (28.12% from 255) = 18.88%
R=43.88%
G=37.23%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651407100.150.570.3544.0439.8346.27
HexA58C470F39232c282e
Octal2452141070177143545056
Binary1010010110001100100011101111111001100011101100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58C47; }

 p { color: rgb(165,140,71); }

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

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

 a { background-color: rgb(165,140,71); }

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

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

 span { border-color: rgb(165,140,71); }

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