#A0904E

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

Shades of Luxor Gold #A0904E

Tints of Luxor Gold #A0904E

Color information

#A0904E (or 0xA0904E) is unknown color: approx Luxor Gold. HEX triplet: A0, 90 and 4E. RGB value is (160,144,78). Sum of RGB (Red+Green+Blue) = 160+144+78=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A0904E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0904E is #5F6FB1. Grayscale: #8D8D8D. Windows color (decimal): -6254514 or 5148832. OLE color: 5148832.

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

Color convert

RGB16014478-
CMYK00.10.510.37
HSL48.29º34.45%46.67%-
HSV(B)48.29º51.25%62.75%-
XYZ25.8527.9711.24-
YUV141.2692.3141.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.88%
GREEN value IS 144 (56.64% from 255) = 37.70%
BLUE value IS 78 (30.86% from 255) = 20.42%
R=41.88%
G=37.70%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601447800.10.510.3748.2934.4546.67
HexA0904E0A332530222f
Octal2402201160126345604257
Binary1010000010010000100111001010110011100101110000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0904E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0904E; }

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

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

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

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

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

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

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

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