#A29149

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

Shades of Luxor Gold #A29149

Tints of Luxor Gold #A29149

Color information

#A29149 (or 0xA29149) is unknown color: approx Luxor Gold. HEX triplet: A2, 91 and 49. RGB value is (162,145,73). Sum of RGB (Red+Green+Blue) = 162+145+73=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A29149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29149 is #5D6EB6. Grayscale: #8E8E8E. Windows color (decimal): -6123191 or 4821410. OLE color: 4821410.

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

Color convert

RGB16214573-
CMYK00.100.550.36
HSL48.54º37.87%46.08%-
HSV(B)48.54º54.94%63.53%-
XYZ26.2328.4110.41-
YUV141.8889.13142.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 145 (57.03% from 255) = 38.16%
BLUE value IS 73 (28.91% from 255) = 19.21%
R=42.63%
G=38.16%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621457300.100.550.3648.5437.8746.08
HexA291490A372431262e
Octal2422211110126744614656
Binary1010001010010001100100101010110111100100110001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29149; }

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

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

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

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

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

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

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

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