#A38C46

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

Shades of Luxor Gold #A38C46

Tints of Luxor Gold #A38C46

Color information

#A38C46 (or 0xA38C46) is unknown color: approx Luxor Gold. HEX triplet: A3, 8C and 46. RGB value is (163,140,70). Sum of RGB (Red+Green+Blue) = 163+140+70=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38C46 is #5C73B9. Grayscale: #8B8B8B. Windows color (decimal): -6058938 or 4623523. OLE color: 4623523.

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

Color convert

RGB16314070-
CMYK00.140.570.36
HSL45.16º39.91%45.69%-
HSV(B)45.16º57.06%63.92%-
XYZ25.5926.989.65-
YUV138.989.12145.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.70%
GREEN value IS 140 (55.08% from 255) = 37.53%
BLUE value IS 70 (27.73% from 255) = 18.77%
R=43.70%
G=37.53%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631407000.140.570.3645.1639.9145.69
HexA38C460E39242d282e
Octal2432141060167144555056
Binary1010001110001100100011001110111001100100101101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38C46; }

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

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

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

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

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

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

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

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