#A38C49

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

Shades of Luxor Gold #A38C49

Tints of Luxor Gold #A38C49

Color information

#A38C49 (or 0xA38C49) is unknown color: approx Luxor Gold. HEX triplet: A3, 8C and 49. RGB value is (163,140,73). Sum of RGB (Red+Green+Blue) = 163+140+73=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38C49 is #5C73B6. Grayscale: #8B8B8B. Windows color (decimal): -6058935 or 4820131. OLE color: 4820131.

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

Color convert

RGB16314073-
CMYK00.140.550.36
HSL44.67º38.14%46.27%-
HSV(B)44.67º55.21%63.92%-
XYZ25.6827.0210.17-
YUV139.2490.62144.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.35%
GREEN value IS 140 (55.08% from 255) = 37.23%
BLUE value IS 73 (28.91% from 255) = 19.41%
R=43.35%
G=37.23%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631407300.140.550.3644.6738.1446.27
HexA38C490E37242d262e
Octal2432141110166744554656
Binary1010001110001100100100101110110111100100101101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38C49; }

 p { color: rgb(163,140,73); }

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

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

 a { background-color: rgb(163,140,73); }

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

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

 span { border-color: rgb(163,140,73); }

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