#A69044

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

Shades of Luxor Gold #A69044

Tints of Luxor Gold #A69044

Color information

#A69044 (or 0xA69044) is unknown color: approx Luxor Gold. HEX triplet: A6, 90 and 44. RGB value is (166,144,68). Sum of RGB (Red+Green+Blue) = 166+144+68=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A69044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69044 is #596FBB. Grayscale: #8E8E8E. Windows color (decimal): -5861308 or 4493478. OLE color: 4493478.

HSL color Cylindrical-coordinate representation of color #A69044: hue angle of 46.53º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A69044 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB16614468-
CMYK00.130.590.35
HSL46.53º41.88%45.88%-
HSV(B)46.53º59.04%65.1%-
XYZ26.7428.479.55-
YUV141.9186.29145.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 144 (56.64% from 255) = 38.10%
BLUE value IS 68 (26.95% from 255) = 17.99%
R=43.92%
G=38.10%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661446800.130.590.3546.5341.8845.88
HexA690440D3B232f2a2e
Octal2462201040157343575256
Binary1010011010010000100010001101111011100011101111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69044; }

 p { color: rgb(166,144,68); }

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

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

 a { background-color: rgb(166,144,68); }

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

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

 span { border-color: rgb(166,144,68); }

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