#A28940

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

Shades of Luxor Gold #A28940

Tints of Luxor Gold #A28940

Color information

#A28940 (or 0xA28940) is unknown color: approx Luxor Gold. HEX triplet: A2, 89 and 40. RGB value is (162,137,64). Sum of RGB (Red+Green+Blue) = 162+137+64=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A28940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28940 is #5D76BF. Grayscale: #888888. Windows color (decimal): -6125248 or 4229538. OLE color: 4229538.

HSL color Cylindrical-coordinate representation of color #A28940: hue angle of 44.69º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A28940 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16213764-
CMYK00.150.600.36
HSL44.69º43.36%44.31%-
HSV(B)44.69º60.49%63.53%-
XYZ24.7725.948.55-
YUV136.1587.28146.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 137 (53.91% from 255) = 37.74%
BLUE value IS 64 (25.39% from 255) = 17.63%
R=44.63%
G=37.74%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621376400.150.600.3644.6943.3644.31
HexA289400F3C242d2b2c
Octal2422111000177444555354
Binary1010001010001001100000001111111100100100101101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28940; }

 p { color: rgb(162,137,64); }

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

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

 a { background-color: rgb(162,137,64); }

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

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

 span { border-color: rgb(162,137,64); }

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