#A58D3E

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

Shades of Luxor Gold #A58D3E

Tints of Luxor Gold #A58D3E

Color information

#A58D3E (or 0xA58D3E) is unknown color: approx Luxor Gold. HEX triplet: A5, 8D and 3E. RGB value is (165,141,62). Sum of RGB (Red+Green+Blue) = 165+141+62=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A58D3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58D3E is #5A72C1. Grayscale: #8B8B8B. Windows color (decimal): -5927618 or 4099493. OLE color: 4099493.

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

Color convert

RGB16514162-
CMYK00.150.620.35
HSL46.02º45.37%44.51%-
HSV(B)46.02º62.42%64.71%-
XYZ25.9127.48.48-
YUV139.1784.45146.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 141 (55.47% from 255) = 38.32%
BLUE value IS 62 (24.61% from 255) = 16.85%
R=44.84%
G=38.32%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651416200.150.620.3546.0245.3744.51
HexA58D3E0F3E232e2d2d
Octal245215760177643565555
Binary101001011000110111111001111111110100011101110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58D3E; }

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

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

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

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

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

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

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

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