#A18B41

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

Shades of Luxor Gold #A18B41

Tints of Luxor Gold #A18B41

Color information

#A18B41 (or 0xA18B41) is unknown color: approx Luxor Gold. HEX triplet: A1, 8B and 41. RGB value is (161,139,65). Sum of RGB (Red+Green+Blue) = 161+139+65=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A18B41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18B41 is #5E74BE. Grayscale: #898989. Windows color (decimal): -6190271 or 4295585. OLE color: 4295585.

HSL color Cylindrical-coordinate representation of color #A18B41: hue angle of 46.25º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A18B41 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB16113965-
CMYK00.140.600.37
HSL46.25º42.48%44.31%-
HSV(B)46.25º59.63%63.14%-
XYZ24.8826.428.79-
YUV137.1487.29145.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.11%
GREEN value IS 139 (54.69% from 255) = 38.08%
BLUE value IS 65 (25.78% from 255) = 17.81%
R=44.11%
G=38.08%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611396500.140.600.3746.2542.4844.31
HexA18B410E3C252e2a2c
Octal2412131010167445565254
Binary1010000110001011100000101110111100100101101110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18B41; }

 p { color: rgb(161,139,65); }

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

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

 a { background-color: rgb(161,139,65); }

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

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

 span { border-color: rgb(161,139,65); }

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