#A48F46

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

Shades of Luxor Gold #A48F46

Tints of Luxor Gold #A48F46

Color information

#A48F46 (or 0xA48F46) is unknown color: approx Luxor Gold. HEX triplet: A4, 8F and 46. RGB value is (164,143,70). Sum of RGB (Red+Green+Blue) = 164+143+70=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48F46 is #5B70B9. Grayscale: #8D8D8D. Windows color (decimal): -5992634 or 4624292. OLE color: 4624292.

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

Color convert

RGB16414370-
CMYK00.130.570.36
HSL46.6º40.17%45.88%-
HSV(B)46.6º57.32%64.31%-
XYZ26.2427.989.81-
YUV140.9687.96144.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 143 (56.25% from 255) = 37.93%
BLUE value IS 70 (27.73% from 255) = 18.57%
R=43.50%
G=37.93%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641437000.130.570.3646.640.1745.88
HexA48F460D39242f282e
Octal2442171060157144575056
Binary1010010010001111100011001101111001100100101111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48F46; }

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

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

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

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

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

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

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

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