#A18E46

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

Shades of Luxor Gold #A18E46

Tints of Luxor Gold #A18E46

Color information

#A18E46 (or 0xA18E46) is unknown color: approx Luxor Gold. HEX triplet: A1, 8E and 46. RGB value is (161,142,70). Sum of RGB (Red+Green+Blue) = 161+142+70=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18E46 is #5E71B9. Grayscale: #8B8B8B. Windows color (decimal): -6189498 or 4624033. OLE color: 4624033.

HSL color Cylindrical-coordinate representation of color #A18E46: hue angle of 47.47º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A18E46 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB16114270-
CMYK00.120.570.37
HSL47.47º39.39%45.29%-
HSV(B)47.47º56.52%63.14%-
XYZ25.4827.379.73-
YUV139.4788.79143.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 142 (55.86% from 255) = 38.07%
BLUE value IS 70 (27.73% from 255) = 18.77%
R=43.16%
G=38.07%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611427000.120.570.3747.4739.3945.29
HexA18E460C39252f272d
Octal2412161060147145574755
Binary1010000110001110100011001100111001100101101111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18E46; }

 p { color: rgb(161,142,70); }

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

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

 a { background-color: rgb(161,142,70); }

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

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

 span { border-color: rgb(161,142,70); }

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