#A39247

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

Shades of Luxor Gold #A39247

Tints of Luxor Gold #A39247

Color information

#A39247 (or 0xA39247) is unknown color: approx Luxor Gold. HEX triplet: A3, 92 and 47. RGB value is (163,146,71). Sum of RGB (Red+Green+Blue) = 163+146+71=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 163 - color contains mainly: red. Hex color #A39247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39247 is #5C6DB8. Grayscale: #8E8E8E. Windows color (decimal): -6057401 or 4690595. OLE color: 4690595.

HSL color Cylindrical-coordinate representation of color #A39247: hue angle of 48.91º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A39247 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB16314671-
CMYK00.100.560.36
HSL48.91º39.32%45.88%-
HSV(B)48.91º56.44%63.92%-
XYZ26.5228.810.12-
YUV142.5387.63142.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.89%
GREEN value IS 146 (57.42% from 255) = 38.42%
BLUE value IS 71 (28.12% from 255) = 18.68%
R=42.89%
G=38.42%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631467100.100.560.3648.9139.3245.88
HexA392470A382431272e
Octal2432221070127044614756
Binary1010001110010010100011101010111000100100110001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39247; }

 p { color: rgb(163,146,71); }

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

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

 a { background-color: rgb(163,146,71); }

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

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

 span { border-color: rgb(163,146,71); }

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