#A59242

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

Shades of Luxor Gold #A59242

Tints of Luxor Gold #A59242

Color information

#A59242 (or 0xA59242) is unknown color: approx Luxor Gold. HEX triplet: A5, 92 and 42. RGB value is (165,146,66). Sum of RGB (Red+Green+Blue) = 165+146+66=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A59242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59242 is #5A6DBD. Grayscale: #8E8E8E. Windows color (decimal): -5926334 or 4362917. OLE color: 4362917.

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

Color convert

RGB16514666-
CMYK00.120.600.35
HSL48.48º42.86%45.29%-
HSV(B)48.48º60%64.71%-
XYZ26.7828.959.33-
YUV142.5684.79144-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 146 (57.42% from 255) = 38.73%
BLUE value IS 66 (26.17% from 255) = 17.51%
R=43.77%
G=38.73%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651466600.120.600.3548.4842.8645.29
HexA592420C3C23302b2d
Octal2452221020147443605355
Binary1010010110010010100001001100111100100011110000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59242; }

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

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

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

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

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

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

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

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