#A0904F

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

Shades of Luxor Gold #A0904F

Tints of Luxor Gold #A0904F

Color information

#A0904F (or 0xA0904F) is unknown color: approx Luxor Gold. HEX triplet: A0, 90 and 4F. RGB value is (160,144,79). Sum of RGB (Red+Green+Blue) = 160+144+79=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A0904F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0904F is #5F6FB0. Grayscale: #8D8D8D. Windows color (decimal): -6254513 or 5214368. OLE color: 5214368.

HSL color Cylindrical-coordinate representation of color #A0904F: hue angle of 48.15º 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 #A0904F is Cyan = 0, Magento = 0.1, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB16014479-
CMYK00.10.510.37
HSL48.15º33.89%46.86%-
HSV(B)48.15º50.63%62.75%-
XYZ25.8827.9811.43-
YUV141.3792.8141.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.78%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 79 (31.25% from 255) = 20.63%
R=41.78%
G=37.60%
B=20.63%

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
Decimal1601447900.10.510.3748.1533.8946.86
HexA0904F0A332530222f
Octal2402201170126345604257
Binary1010000010010000100111101010110011100101110000100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0904F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0904F; }

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

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

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

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

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

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

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

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