#A09041

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

Shades of Luxor Gold #A09041

Tints of Luxor Gold #A09041

Color information

#A09041 (or 0xA09041) is unknown color: approx Luxor Gold. HEX triplet: A0, 90 and 41. RGB value is (160,144,65). Sum of RGB (Red+Green+Blue) = 160+144+65=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A09041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09041 is #5F6FBE. Grayscale: #8C8C8C. Windows color (decimal): -6254527 or 4296864. OLE color: 4296864.

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

Color convert

RGB16014465-
CMYK00.10.590.37
HSL49.89º42.22%44.12%-
HSV(B)49.89º59.38%62.75%-
XYZ25.4227.89.03-
YUV139.7885.8142.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.36%
GREEN value IS 144 (56.64% from 255) = 39.02%
BLUE value IS 65 (25.78% from 255) = 17.62%
R=43.36%
G=39.02%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601446500.10.590.3749.8942.2244.12
HexA090410A3B25322a2c
Octal2402201010127345625254
Binary1010000010010000100000101010111011100101110010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09041; }

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

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

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

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

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

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

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

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