#A18C41

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

Shades of Luxor Gold #A18C41

Tints of Luxor Gold #A18C41

Color information

#A18C41 (or 0xA18C41) is unknown color: approx Luxor Gold. HEX triplet: A1, 8C and 41. RGB value is (161,140,65). Sum of RGB (Red+Green+Blue) = 161+140+65=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18C41 is #5E73BE. Grayscale: #8A8A8A. Windows color (decimal): -6190015 or 4295841. OLE color: 4295841.

HSL color Cylindrical-coordinate representation of color #A18C41: hue angle of 46.88º 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 #A18C41 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB16114065-
CMYK00.130.600.37
HSL46.88º42.48%44.31%-
HSV(B)46.88º59.63%63.14%-
XYZ25.0326.718.84-
YUV137.7386.96144.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.99%
GREEN value IS 140 (55.08% from 255) = 38.25%
BLUE value IS 65 (25.78% from 255) = 17.76%
R=43.99%
G=38.25%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611406500.130.600.3746.8842.4844.31
HexA18C410D3C252f2a2c
Octal2412141010157445575254
Binary1010000110001100100000101101111100100101101111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18C41; }

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

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

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

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

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

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

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

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