#A28D49

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

Shades of Luxor Gold #A28D49

Tints of Luxor Gold #A28D49

Color information

#A28D49 (or 0xA28D49) is unknown color: approx Luxor Gold. HEX triplet: A2, 8D and 49. RGB value is (162,141,73). Sum of RGB (Red+Green+Blue) = 162+141+73=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D49 is #5D72B6. Grayscale: #8B8B8B. Windows color (decimal): -6124215 or 4820386. OLE color: 4820386.

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

Color convert

RGB16214173-
CMYK00.130.550.36
HSL45.84º37.87%46.08%-
HSV(B)45.84º54.94%63.53%-
XYZ25.6327.2110.21-
YUV139.5390.46144.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 141 (55.47% from 255) = 37.5%
BLUE value IS 73 (28.91% from 255) = 19.41%
R=43.09%
G=37.5%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621417300.130.550.3645.8437.8746.08
HexA28D490D37242e262e
Octal2422151110156744564656
Binary1010001010001101100100101101110111100100101110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28D49; }

 p { color: rgb(162,141,73); }

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

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

 a { background-color: rgb(162,141,73); }

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

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

 span { border-color: rgb(162,141,73); }

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