#A09348

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

Shades of Luxor Gold #A09348

Tints of Luxor Gold #A09348

Color information

#A09348 (or 0xA09348) is unknown color: approx Luxor Gold. HEX triplet: A0, 93 and 48. RGB value is (160,147,72). Sum of RGB (Red+Green+Blue) = 160+147+72=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 160 - color contains mainly: red. Hex color #A09348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09348 is #5F6CB7. Grayscale: #8E8E8E. Windows color (decimal): -6253752 or 4756384. OLE color: 4756384.

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

Color convert

RGB16014772-
CMYK00.080.550.37
HSL51.14º37.93%45.49%-
HSV(B)51.14º55%62.75%-
XYZ26.128.8110.32-
YUV142.3488.31140.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.22%
GREEN value IS 147 (57.81% from 255) = 38.79%
BLUE value IS 72 (28.52% from 255) = 19.00%
R=42.22%
G=38.79%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601477200.080.550.3751.1437.9345.49
HexA0934808372533262d
Octal2402231100106745634655
Binary1010000010010011100100001000110111100101110011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09348; }

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

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

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

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

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

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

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

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