#A58D41

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

Shades of Luxor Gold #A58D41

Tints of Luxor Gold #A58D41

Color information

#A58D41 (or 0xA58D41) is unknown color: approx Luxor Gold. HEX triplet: A5, 8D and 41. RGB value is (165,141,65). Sum of RGB (Red+Green+Blue) = 165+141+65=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58D41 is #5A72BE. Grayscale: #8B8B8B. Windows color (decimal): -5927615 or 4296101. OLE color: 4296101.

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

Color convert

RGB16514165-
CMYK00.150.610.35
HSL45.6º43.48%45.1%-
HSV(B)45.6º60.61%64.71%-
XYZ2627.438.93-
YUV139.5185.95146.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 141 (55.47% from 255) = 38.01%
BLUE value IS 65 (25.78% from 255) = 17.52%
R=44.47%
G=38.01%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651416500.150.610.3545.643.4845.1
HexA58D410F3D232e2b2d
Octal2452151010177543565355
Binary1010010110001101100000101111111101100011101110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58D41; }

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

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

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

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

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

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

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

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