#A09040

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

Shades of Luxor Gold #A09040

Tints of Luxor Gold #A09040

Color information

#A09040 (or 0xA09040) is unknown color: approx Luxor Gold. HEX triplet: A0, 90 and 40. RGB value is (160,144,64). Sum of RGB (Red+Green+Blue) = 160+144+64=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A09040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09040 is #5F6FBF. Grayscale: #8B8B8B. Windows color (decimal): -6254528 or 4231328. OLE color: 4231328.

HSL color Cylindrical-coordinate representation of color #A09040: hue angle of 50º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A09040 is Cyan = 0, Magento = 0.1, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB16014464-
CMYK00.10.60.37
HSL50º42.86%43.92%-
HSV(B)50º60%62.75%-
XYZ25.427.798.88-
YUV139.6685.3142.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.48%
GREEN value IS 144 (56.64% from 255) = 39.13%
BLUE value IS 64 (25.39% from 255) = 17.39%
R=43.48%
G=39.13%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601446400.10.60.375042.8643.92
HexA090400A3C25322b2c
Octal2402201000127445625354
Binary1010000010010000100000001010111100100101110010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09040; }

 p { color: rgb(160,144,64); }

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

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

 a { background-color: rgb(160,144,64); }

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

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

 span { border-color: rgb(160,144,64); }

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