#A58D3D

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

Shades of Luxor Gold #A58D3D

Tints of Luxor Gold #A58D3D

Color information

#A58D3D (or 0xA58D3D) is unknown color: approx Luxor Gold. HEX triplet: A5, 8D and 3D. RGB value is (165,141,61). Sum of RGB (Red+Green+Blue) = 165+141+61=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58D3D is #5A72C2. Grayscale: #8B8B8B. Windows color (decimal): -5927619 or 4033957. OLE color: 4033957.

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

Color convert

RGB16514161-
CMYK00.150.630.35
HSL46.15º46.02%44.31%-
HSV(B)46.15º63.03%64.71%-
XYZ25.8827.398.34-
YUV139.0683.95146.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 141 (55.47% from 255) = 38.42%
BLUE value IS 61 (24.22% from 255) = 16.62%
R=44.96%
G=38.42%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651416100.150.630.3546.1546.0244.31
HexA58D3D0F3F232e2e2c
Octal245215750177743565654
Binary101001011000110111110101111111111100011101110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58D3D; }

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

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

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

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

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

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

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

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