#A49245

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

Shades of Luxor Gold #A49245

Tints of Luxor Gold #A49245

Color information

#A49245 (or 0xA49245) is unknown color: approx Luxor Gold. HEX triplet: A4, 92 and 45. RGB value is (164,146,69). Sum of RGB (Red+Green+Blue) = 164+146+69=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A49245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49245 is #5B6DBA. Grayscale: #8E8E8E. Windows color (decimal): -5991867 or 4559524. OLE color: 4559524.

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

Color convert

RGB16414669-
CMYK00.110.580.36
HSL48.63º40.77%45.69%-
HSV(B)48.63º57.93%64.31%-
XYZ26.6628.889.8-
YUV142.686.46143.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.27%
GREEN value IS 146 (57.42% from 255) = 38.52%
BLUE value IS 69 (27.34% from 255) = 18.21%
R=43.27%
G=38.52%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641466900.110.580.3648.6340.7745.69
HexA492450B3A2431292e
Octal2442221050137244615156
Binary1010010010010010100010101011111010100100110001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49245; }

 p { color: rgb(164,146,69); }

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

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

 a { background-color: rgb(164,146,69); }

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

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

 span { border-color: rgb(164,146,69); }

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