#A18A48

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

Shades of Luxor Gold #A18A48

Tints of Luxor Gold #A18A48

Color information

#A18A48 (or 0xA18A48) is unknown color: approx Luxor Gold. HEX triplet: A1, 8A and 48. RGB value is (161,138,72). Sum of RGB (Red+Green+Blue) = 161+138+72=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 138 (54.30% from 255 or 37.20% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A18A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18A48 is #5E75B7. Grayscale: #898989. Windows color (decimal): -6190520 or 4754081. OLE color: 4754081.

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

Color convert

RGB16113872-
CMYK00.140.550.37
HSL44.49º38.2%45.69%-
HSV(B)44.49º55.28%63.14%-
XYZ24.9626.229.88-
YUV137.3591.12144.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 138 (54.30% from 255) = 37.20%
BLUE value IS 72 (28.52% from 255) = 19.41%
R=43.40%
G=37.20%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611387200.140.550.3744.4938.245.69
HexA18A480E37252c262e
Octal2412121100166745544656
Binary1010000110001010100100001110110111100101101100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18A48; }

 p { color: rgb(161,138,72); }

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

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

 a { background-color: rgb(161,138,72); }

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

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

 span { border-color: rgb(161,138,72); }

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