#a69340

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

Shades of Luxor Gold #A69340

Tints of Luxor Gold #A69340

Color information

#A69340 (or 0xA69340) is unknown color: approx Luxor Gold. HEX triplet: A6, 93 and 40. RGB value is (166,147,64). Sum of RGB (Red+Green+Blue) = 166+147+64=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A69340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69340 is #596CBF. Grayscale: #8F8F8F. Windows color (decimal): -5860544 or 4232102. OLE color: 4232102.

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

Color convert

RGB16614764-
CMYK00.110.610.35
HSL48.82º44.35%45.1%-
HSV(B)48.82º61.45%65.1%-
XYZ27.0929.349.09-
YUV143.2283.29144.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 147 (57.81% from 255) = 38.99%
BLUE value IS 64 (25.39% from 255) = 16.98%
R=44.03%
G=38.99%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661476400.110.610.3548.8244.3545.1
HexA693400B3D23312c2d
Octal2462231000137543615455
Binary1010011010010011100000001011111101100011110001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a69340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a69340; }

 p { color: rgb(166,147,64); }

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

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

 a { background-color: rgb(166,147,64); }

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

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

 span { border-color: rgb(166,147,64); }

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