#A1863D

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

Shades of Luxor Gold #A1863D

Tints of Luxor Gold #A1863D

Color information

#A1863D (or 0xA1863D) is unknown color: approx Luxor Gold. HEX triplet: A1, 86 and 3D. RGB value is (161,134,61). Sum of RGB (Red+Green+Blue) = 161+134+61=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A1863D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1863D is #5E79C2. Grayscale: #868686. Windows color (decimal): -6191555 or 4032161. OLE color: 4032161.

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

Color convert

RGB16113461-
CMYK00.170.620.37
HSL43.8º45.05%43.53%-
HSV(B)43.8º62.11%63.14%-
XYZ24.0724.967.97-
YUV133.7586.95147.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.22%
GREEN value IS 134 (52.73% from 255) = 37.64%
BLUE value IS 61 (24.22% from 255) = 17.13%
R=45.22%
G=37.64%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611346100.170.620.3743.845.0543.53
HexA1863D0113E252c2d2c
Octal241206750217645545554
Binary1010000110000110111101010001111110100101101100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1863D; }

 p { color: rgb(161,134,61); }

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

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

 a { background-color: rgb(161,134,61); }

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

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

 span { border-color: rgb(161,134,61); }

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