#A49047

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

Shades of Luxor Gold #A49047

Tints of Luxor Gold #A49047

Color information

#A49047 (or 0xA49047) is unknown color: approx Luxor Gold. HEX triplet: A4, 90 and 47. RGB value is (164,144,71). Sum of RGB (Red+Green+Blue) = 164+144+71=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A49047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49047 is #5B6FB8. Grayscale: #8D8D8D. Windows color (decimal): -5992377 or 4690084. OLE color: 4690084.

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

Color convert

RGB16414471-
CMYK00.120.570.36
HSL47.1º39.57%46.08%-
HSV(B)47.1º56.71%64.31%-
XYZ26.4228.2910.03-
YUV141.6688.13143.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.27%
GREEN value IS 144 (56.64% from 255) = 37.99%
BLUE value IS 71 (28.12% from 255) = 18.73%
R=43.27%
G=37.99%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641447100.120.570.3647.139.5746.08
HexA490470C39242f282e
Octal2442201070147144575056
Binary1010010010010000100011101100111001100100101111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49047; }

 p { color: rgb(164,144,71); }

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

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

 a { background-color: rgb(164,144,71); }

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

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

 span { border-color: rgb(164,144,71); }

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