#A48948

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

Shades of Luxor Gold #A48948

Tints of Luxor Gold #A48948

Color information

#A48948 (or 0xA48948) is unknown color: approx Luxor Gold. HEX triplet: A4, 89 and 48. RGB value is (164,137,72). Sum of RGB (Red+Green+Blue) = 164+137+72=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A48948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48948 is #5B76B7. Grayscale: #898989. Windows color (decimal): -5994168 or 4753828. OLE color: 4753828.

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

Color convert

RGB16413772-
CMYK00.160.560.36
HSL42.39º38.98%46.27%-
HSV(B)42.39º56.1%64.31%-
XYZ25.4326.259.86-
YUV137.6690.95146.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 137 (53.91% from 255) = 36.73%
BLUE value IS 72 (28.52% from 255) = 19.30%
R=43.97%
G=36.73%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641377200.160.560.3642.3938.9846.27
HexA4894801038242a272e
Octal2442111100207044524756
Binary10100100100010011001000010000111000100100101010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48948; }

 p { color: rgb(164,137,72); }

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

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

 a { background-color: rgb(164,137,72); }

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

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

 span { border-color: rgb(164,137,72); }

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