#A18D41

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

Shades of Luxor Gold #A18D41

Tints of Luxor Gold #A18D41

Color information

#A18D41 (or 0xA18D41) is unknown color: approx Luxor Gold. HEX triplet: A1, 8D and 41. RGB value is (161,141,65). Sum of RGB (Red+Green+Blue) = 161+141+65=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A18D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18D41 is #5E72BE. Grayscale: #8A8A8A. Windows color (decimal): -6189759 or 4296097. OLE color: 4296097.

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

Color convert

RGB16114165-
CMYK00.120.600.37
HSL47.5º42.48%44.31%-
HSV(B)47.5º59.63%63.14%-
XYZ25.1827.018.89-
YUV138.3286.63144.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 141 (55.47% from 255) = 38.42%
BLUE value IS 65 (25.78% from 255) = 17.71%
R=43.87%
G=38.42%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611416500.120.600.3747.542.4844.31
HexA18D410C3C25302a2c
Octal2412151010147445605254
Binary1010000110001101100000101100111100100101110000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18D41; }

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

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

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

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

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

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

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

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