#A59142

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

Shades of Luxor Gold #A59142

Tints of Luxor Gold #A59142

Color information

#A59142 (or 0xA59142) is unknown color: approx Luxor Gold. HEX triplet: A5, 91 and 42. RGB value is (165,145,66). Sum of RGB (Red+Green+Blue) = 165+145+66=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A59142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59142 is #5A6EBD. Grayscale: #8E8E8E. Windows color (decimal): -5926590 or 4362661. OLE color: 4362661.

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

Color convert

RGB16514566-
CMYK00.120.600.35
HSL47.88º42.86%45.29%-
HSV(B)47.88º60%64.71%-
XYZ26.6328.649.28-
YUV141.9785.13144.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.88%
GREEN value IS 145 (57.03% from 255) = 38.56%
BLUE value IS 66 (26.17% from 255) = 17.55%
R=43.88%
G=38.56%
B=17.55%

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
Decimal1651456600.120.600.3547.8842.8645.29
HexA591420C3C23302b2d
Octal2452211020147443605355
Binary1010010110010001100001001100111100100011110000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59142; }

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

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

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

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

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

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

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

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