#A28C46

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

Shades of Luxor Gold #A28C46

Tints of Luxor Gold #A28C46

Color information

#A28C46 (or 0xA28C46) is unknown color: approx Luxor Gold. HEX triplet: A2, 8C and 46. RGB value is (162,140,70). Sum of RGB (Red+Green+Blue) = 162+140+70=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C46 is #5D73B9. Grayscale: #8A8A8A. Windows color (decimal): -6124474 or 4623522. OLE color: 4623522.

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

Color convert

RGB16214070-
CMYK00.140.570.36
HSL45.65º39.66%45.49%-
HSV(B)45.65º56.79%63.53%-
XYZ25.3826.889.64-
YUV138.689.29144.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 140 (55.08% from 255) = 37.63%
BLUE value IS 70 (27.73% from 255) = 18.82%
R=43.55%
G=37.63%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621407000.140.570.3645.6539.6645.49
HexA28C460E39242e282d
Octal2422141060167144565055
Binary1010001010001100100011001110111001100100101110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28C46; }

 p { color: rgb(162,140,70); }

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

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

 a { background-color: rgb(162,140,70); }

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

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

 span { border-color: rgb(162,140,70); }

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