#A59240

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

Shades of Luxor Gold #A59240

Tints of Luxor Gold #A59240

Color information

#A59240 (or 0xA59240) is unknown color: approx Luxor Gold. HEX triplet: A5, 92 and 40. RGB value is (165,146,64). Sum of RGB (Red+Green+Blue) = 165+146+64=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A59240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59240 is #5A6DBF. Grayscale: #8E8E8E. Windows color (decimal): -5926336 or 4231845. OLE color: 4231845.

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

Color convert

RGB16514664-
CMYK00.120.610.35
HSL48.71º44.1%44.9%-
HSV(B)48.71º61.21%64.71%-
XYZ26.7228.939.03-
YUV142.3383.79144.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 146 (57.42% from 255) = 38.93%
BLUE value IS 64 (25.39% from 255) = 17.07%
R=44%
G=38.93%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651466400.120.610.3548.7144.144.9
HexA592400C3D23312c2d
Octal2452221000147543615455
Binary1010010110010010100000001100111101100011110001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59240; }

 p { color: rgb(165,146,64); }

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

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

 a { background-color: rgb(165,146,64); }

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

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

 span { border-color: rgb(165,146,64); }

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