#A18441

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

Shades of Luxor Gold #A18441

Tints of Luxor Gold #A18441

Color information

#A18441 (or 0xA18441) is unknown color: approx Luxor Gold. HEX triplet: A1, 84 and 41. RGB value is (161,132,65). Sum of RGB (Red+Green+Blue) = 161+132+65=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A18441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18441 is #5E7BBE. Grayscale: #858585. Windows color (decimal): -6192063 or 4293793. OLE color: 4293793.

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

Color convert

RGB16113265-
CMYK00.180.600.37
HSL41.88º42.48%44.31%-
HSV(B)41.88º59.63%63.14%-
XYZ23.924.468.46-
YUV133.0389.61147.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 132 (51.95% from 255) = 36.87%
BLUE value IS 65 (25.78% from 255) = 18.16%
R=44.97%
G=36.87%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611326500.180.600.3741.8842.4844.31
HexA184410123C252a2a2c
Octal2412041010227445525254
Binary10100001100001001000001010010111100100101101010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18441; }

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

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

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

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

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

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

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

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