#A19246

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

Shades of Luxor Gold #A19246

Tints of Luxor Gold #A19246

Color information

#A19246 (or 0xA19246) is unknown color: approx Luxor Gold. HEX triplet: A1, 92 and 46. RGB value is (161,146,70). Sum of RGB (Red+Green+Blue) = 161+146+70=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A19246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19246 is #5E6DB9. Grayscale: #8E8E8E. Windows color (decimal): -6188474 or 4625057. OLE color: 4625057.

HSL color Cylindrical-coordinate representation of color #A19246: hue angle of 50.11º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A19246 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB16114670-
CMYK00.090.570.37
HSL50.11º39.39%45.29%-
HSV(B)50.11º56.52%63.14%-
XYZ26.0828.589.94-
YUV141.8287.47141.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.71%
GREEN value IS 146 (57.42% from 255) = 38.73%
BLUE value IS 70 (27.73% from 255) = 18.57%
R=42.71%
G=38.73%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611467000.090.570.3750.1139.3945.29
HexA1924609392532272d
Octal2412221060117145624755
Binary1010000110010010100011001001111001100101110010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19246; }

 p { color: rgb(161,146,70); }

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

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

 a { background-color: rgb(161,146,70); }

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

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

 span { border-color: rgb(161,146,70); }

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