#A1863E

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

Shades of Luxor Gold #A1863E

Tints of Luxor Gold #A1863E

Color information

#A1863E (or 0xA1863E) is unknown color: approx Luxor Gold. HEX triplet: A1, 86 and 3E. RGB value is (161,134,62). Sum of RGB (Red+Green+Blue) = 161+134+62=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1863E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1863E is #5E79C1. Grayscale: #868686. Windows color (decimal): -6191554 or 4097697. OLE color: 4097697.

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

Color convert

RGB16113462-
CMYK00.170.610.37
HSL43.64º44.39%43.73%-
HSV(B)43.64º61.49%63.14%-
XYZ24.0924.988.11-
YUV133.8687.45147.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 62 (24.61% from 255) = 17.37%
R=45.10%
G=37.54%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611346200.170.610.3743.6444.3943.73
HexA1863E0113D252c2c2c
Octal241206760217545545454
Binary1010000110000110111110010001111101100101101100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1863E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1863E; }

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

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

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

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

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

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

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

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