#A1894A

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

Shades of Luxor Gold #A1894A

Tints of Luxor Gold #A1894A

Color information

#A1894A (or 0xA1894A) is unknown color: approx Luxor Gold. HEX triplet: A1, 89 and 4A. RGB value is (161,137,74). Sum of RGB (Red+Green+Blue) = 161+137+74=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A1894A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1894A is #5E76B5. Grayscale: #898989. Windows color (decimal): -6190774 or 4884897. OLE color: 4884897.

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

Color convert

RGB16113774-
CMYK00.150.540.37
HSL43.45º37.02%46.08%-
HSV(B)43.45º54.04%63.14%-
XYZ24.8825.9610.18-
YUV136.9992.45145.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.28%
GREEN value IS 137 (53.91% from 255) = 36.83%
BLUE value IS 74 (29.30% from 255) = 19.89%
R=43.28%
G=36.83%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611377400.150.540.3743.4537.0246.08
HexA1894A0F36252b252e
Octal2412111120176645534556
Binary1010000110001001100101001111110110100101101011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1894A; }

 p { color: rgb(161,137,74); }

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

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

 a { background-color: rgb(161,137,74); }

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

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

 span { border-color: rgb(161,137,74); }

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