#A0934A

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

Shades of Luxor Gold #A0934A

Tints of Luxor Gold #A0934A

Color information

#A0934A (or 0xA0934A) is unknown color: approx Luxor Gold. HEX triplet: A0, 93 and 4A. RGB value is (160,147,74). Sum of RGB (Red+Green+Blue) = 160+147+74=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 147 (57.81% from 255 or 38.58% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A0934A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0934A is #5F6CB5. Grayscale: #8E8E8E. Windows color (decimal): -6253750 or 4887456. OLE color: 4887456.

HSL color Cylindrical-coordinate representation of color #A0934A: hue angle of 50.93º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0934A is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB16014774-
CMYK00.080.540.37
HSL50.93º36.75%45.88%-
HSV(B)50.93º53.75%62.75%-
XYZ26.1728.8410.67-
YUV142.5689.31140.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.99%
GREEN value IS 147 (57.81% from 255) = 38.58%
BLUE value IS 74 (29.30% from 255) = 19.42%
R=41.99%
G=38.58%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601477400.080.540.3750.9336.7545.88
HexA0934A08362533252e
Octal2402231120106645634556
Binary1010000010010011100101001000110110100101110011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0934A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0934A; }

 p { color: rgb(160,147,74); }

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

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

 a { background-color: rgb(160,147,74); }

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

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

 span { border-color: rgb(160,147,74); }

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