#A69142

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

Shades of Luxor Gold #A69142

Tints of Luxor Gold #A69142

Color information

#A69142 (or 0xA69142) is unknown color: approx Luxor Gold. HEX triplet: A6, 91 and 42. RGB value is (166,145,66). Sum of RGB (Red+Green+Blue) = 166+145+66=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A69142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69142 is #596EBD. Grayscale: #8E8E8E. Windows color (decimal): -5861054 or 4362662. OLE color: 4362662.

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

Color convert

RGB16614566-
CMYK00.130.600.35
HSL47.4º43.1%45.49%-
HSV(B)47.4º60.24%65.1%-
XYZ26.8328.759.29-
YUV142.2784.96144.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 145 (57.03% from 255) = 38.46%
BLUE value IS 66 (26.17% from 255) = 17.51%
R=44.03%
G=38.46%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661456600.130.600.3547.443.145.49
HexA691420D3C232f2b2d
Octal2462211020157443575355
Binary1010011010010001100001001101111100100011101111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69142; }

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

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

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

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

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

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

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

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