#A18C48

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

Shades of Luxor Gold #A18C48

Tints of Luxor Gold #A18C48

Color information

#A18C48 (or 0xA18C48) is unknown color: approx Luxor Gold. HEX triplet: A1, 8C and 48. RGB value is (161,140,72). Sum of RGB (Red+Green+Blue) = 161+140+72=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A18C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18C48 is #5E73B7. Grayscale: #8A8A8A. Windows color (decimal): -6190008 or 4754593. OLE color: 4754593.

HSL color Cylindrical-coordinate representation of color #A18C48: hue angle of 45.84º 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 #A18C48 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB16114072-
CMYK00.130.550.37
HSL45.84º38.2%45.69%-
HSV(B)45.84º55.28%63.14%-
XYZ25.2526.89.97-
YUV138.5390.46144.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 140 (55.08% from 255) = 37.53%
BLUE value IS 72 (28.52% from 255) = 19.30%
R=43.16%
G=37.53%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611407200.130.550.3745.8438.245.69
HexA18C480D37252e262e
Octal2412141100156745564656
Binary1010000110001100100100001101110111100101101110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18C48; }

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

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

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

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

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

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

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

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