#A48F44

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

Shades of Luxor Gold #A48F44

Tints of Luxor Gold #A48F44

Color information

#A48F44 (or 0xA48F44) is unknown color: approx Luxor Gold. HEX triplet: A4, 8F and 44. RGB value is (164,143,68). Sum of RGB (Red+Green+Blue) = 164+143+68=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48F44 is #5B70BB. Grayscale: #8D8D8D. Windows color (decimal): -5992636 or 4493220. OLE color: 4493220.

HSL color Cylindrical-coordinate representation of color #A48F44: hue angle of 46.88º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A48F44 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB16414368-
CMYK00.130.590.36
HSL46.88º41.38%45.49%-
HSV(B)46.88º58.54%64.31%-
XYZ26.1827.959.49-
YUV140.7386.96144.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 143 (56.25% from 255) = 38.13%
BLUE value IS 68 (26.95% from 255) = 18.13%
R=43.73%
G=38.13%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641436800.130.590.3646.8841.3845.49
HexA48F440D3B242f292d
Octal2442171040157344575155
Binary1010010010001111100010001101111011100100101111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48F44; }

 p { color: rgb(164,143,68); }

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

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

 a { background-color: rgb(164,143,68); }

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

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

 span { border-color: rgb(164,143,68); }

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