#A29440

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

Shades of Luxor Gold #A29440

Tints of Luxor Gold #A29440

Color information

#A29440 (or 0xA29440) is unknown color: approx Luxor Gold. HEX triplet: A2, 94 and 40. RGB value is (162,148,64). Sum of RGB (Red+Green+Blue) = 162+148+64=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A29440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29440 is #5D6BBF. Grayscale: #8E8E8E. Windows color (decimal): -6122432 or 4232354. OLE color: 4232354.

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

Color convert

RGB16214864-
CMYK00.090.600.36
HSL51.43º43.36%44.31%-
HSV(B)51.43º60.49%63.53%-
XYZ26.4229.239.1-
YUV142.6183.64141.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 148 (58.20% from 255) = 39.57%
BLUE value IS 64 (25.39% from 255) = 17.11%
R=43.32%
G=39.57%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621486400.090.600.3651.4343.3644.31
HexA29440093C24332b2c
Octal2422241000117444635354
Binary1010001010010100100000001001111100100100110011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29440; }

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

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

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

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

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

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

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

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