#A48C49

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

Shades of Luxor Gold #A48C49

Tints of Luxor Gold #A48C49

Color information

#A48C49 (or 0xA48C49) is unknown color: approx Luxor Gold. HEX triplet: A4, 8C and 49. RGB value is (164,140,73). Sum of RGB (Red+Green+Blue) = 164+140+73=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48C49 is #5B73B6. Grayscale: #8B8B8B. Windows color (decimal): -5993399 or 4820132. OLE color: 4820132.

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

Color convert

RGB16414073-
CMYK00.150.550.36
HSL44.18º38.4%46.47%-
HSV(B)44.18º55.49%64.31%-
XYZ25.8927.1310.18-
YUV139.5490.45145.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 140 (55.08% from 255) = 37.14%
BLUE value IS 73 (28.91% from 255) = 19.36%
R=43.50%
G=37.14%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641407300.150.550.3644.1838.446.47
HexA48C490F37242c262e
Octal2442141110176744544656
Binary1010010010001100100100101111110111100100101100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48C49; }

 p { color: rgb(164,140,73); }

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

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

 a { background-color: rgb(164,140,73); }

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

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

 span { border-color: rgb(164,140,73); }

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