#A48946

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

Shades of Luxor Gold #A48946

Tints of Luxor Gold #A48946

Color information

#A48946 (or 0xA48946) is unknown color: approx Luxor Gold. HEX triplet: A4, 89 and 46. RGB value is (164,137,70). Sum of RGB (Red+Green+Blue) = 164+137+70=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A48946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48946 is #5B76B9. Grayscale: #898989. Windows color (decimal): -5994170 or 4622756. OLE color: 4622756.

HSL color Cylindrical-coordinate representation of color #A48946: hue angle of 42.77º 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 #A48946 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16413770-
CMYK00.160.570.36
HSL42.77º40.17%45.88%-
HSV(B)42.77º57.32%64.31%-
XYZ25.3626.239.52-
YUV137.4389.95146.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 137 (53.91% from 255) = 36.93%
BLUE value IS 70 (27.73% from 255) = 18.87%
R=44.20%
G=36.93%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641377000.160.570.3642.7740.1745.88
HexA4894601039242b282e
Octal2442111060207144535056
Binary10100100100010011000110010000111001100100101011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48946; }

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

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

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

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

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

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

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

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